The Measurement program shut down.
-
Have assembled and download both colorimeter-v05.exe and colorimeter-v04.exe, the basic and plotting program work fine but the "measurement program" does not run and shut down every time when I pressed the icon on both exe under Window 10.
Please help to correct my mistake.
-
Hi! Same problem here. But under WIN7&WIN8.1 with colorimeter-v04.exe measurment program starts with no issue.
-
@wiroon
OK, I will have a look and get back to you.
-
I can reproduce this issue on windows 10 with colorimeter-v05.exe. However, this issue is fixed if I use the latest version installed from source. I will create a new .exe from the source install. I should have it ready in the next day or two.
-
I just got started and got bit by this too. Do you have a new exe yet?
I will install Python and figure out the dependencies if I have to.
-
@Will-Dickson, I've been looking for the new Windows
colorimeter-v05.exe
, but it doesn't look like any new version have been posted since 2017-05-26 to https://bitbucket.org/iorodeo/colorimeter/downloads/.@horseflesh asked for it again with http://forum.iorodeo.com/topic/420/will-we-get-a-new-precompiled-exe-for-windows.
Is there another place to look, or do we need to wait for the new Python 3 / Qt5 version mentioned by @administrators in http://forum.iorodeo.com/topic/435/measurement-program/3?
-
@aufdenkampe @wiroon @Peteea6 @aufdenkampe
I've put a new version (0.6) of the colorimeter software up on the download site here https://bitbucket.org/iorodeo/colorimeter/downloads/colorimeter-v06.exe
This is an upgrade of the software from Python2 to Python3 and from PyQt4 to PyQt5. It was a pretty big upgrade and there could still be some bugs lurking. If you run into any let me know and I will try to deal with them as quickly as possible. However, supporting the Python2/PyQt4 version of the colorimeter software was starting to get to be too difficult so I really needed to upgrade.
I bundled the python software into a single executable using pyinstaller. The final executable came out kind of large (200MB) which results in a bit of a slow application launch. I'll see if I can reduce the size in the future, but I didn't want this to stand in the way of getting you something to work with.
--Will