T O P I C R E V I E W |
ullix |
Posted - 11/24/2017 : 07:24:01 I am providing step-by-step instructions for installing GeigerLog and all the Python-stuff in a "HOWTO - GeigerLog Installation on Windows.pdf" document available here: https://sourceforge.net/projects/geigerlog/files/
Thanks to 'pip' this is a lot simpler than I had expected.
There is also a version upgrade to GeigerLog 0.9.05 for download. It mostly straightens some graphics peculiarities when GeigerLog is run on Windows. The graphs are now in better quality and more similar between Linux and Windows.
|
7 L A T E S T R E P L I E S (Newest First) |
ullix |
Posted - 03/02/2022 : 23:39:11 The file can still be found in the "old files" folder https://sourceforge.net/projects/geigerlog/files/old%20files/
but it is no longer needed as the GeigerLog manual now has all installation instructions available, and is being updated.
Download either the GeigerLog manual alone https://sourceforge.net/projects/geigerlog/files/GeigerLog-Manual-v1.3.pdf/download
or download the full GeigerLog code, which does contain the manual as well. https://sourceforge.net/projects/geigerlog/files/geigerlog-v1.3.0.zip/download
|
DrFeelGood |
Posted - 03/02/2022 : 17:09:42 I know it is an older thread but would love to find the file "HOWTO - GeigerLog Installation on Windows.pdf" as it is no longer on teh linked web page.
|
ullix |
Posted - 11/26/2017 : 01:59:59 You should be starting GeigerLog from the Windows CMD shell, not, as you apparently did, from within the python interpreter (while also possible, it is unnecessarily complicated). See more in-depth discussion here: https://docs.python.org/2.7/faq/windows.html
I recommend you follow the HOWTO, install GeigerLog as described, and use the batch file geigerlog.bat, which I provided with the 0.9.05 version. Preferably with a shortcut to it, which you can put on the desktop.
This batch file simply executes the command:
python c:\geigerlog\geigerlog -d
GeigerLog is running unmodified on Linux, Windows and Mac (and other systems) - I don't see the need to produce an executable which only runs on Windows.
|
Username |
Posted - 11/25/2017 : 12:28:19 I'm having a bit of trouble running python scripts on my windows pc.
"Python 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)] on win32
>>> c:\geigerlog\geigerlog -d File "<stdin>", line 1 c:\geigerlog\geigerlog -d ^ SyntaxError: invalid syntax >>>"
Are we going to see a windows executable file anytime soon? |
flukeguy |
Posted - 11/25/2017 : 05:16:33 Thanks, I will, I'll post back the outcome, but will be a few weeks before I can try it out.
Again, appreciate your work on the software and the research that goes into communicating with the counter.
--Terry |
ullix |
Posted - 11/25/2017 : 00:35:40 Try it. I have no way to test it.
I guess even older versions od Python and Pyqt4 will work (but you have to find them) |
flukeguy |
Posted - 11/24/2017 : 15:55:42 Thanks Ullix, any chance these will install on XP SP3? |