Is there a way to get the lastest PyTango release 9.2.3 Windows installer? It seems not to be available yet.
Is PyTango for Windows still included in the continuous build process as announced last Tango con?
PyTango on Windows is part of the continuous integration which runs on appveyor. There was a minor problem recently that appveyor changed their policy about keeping artifacts for longer than 6 months. We have just copied them to github so they can be available for longer. Sebastien (who did all the work) will soon make an announcement how to access them.
In the future we will provide conda packets for Windows. Hopefully sometime this summer.
To use them you need to download the msi (or exe) file for the version of Windows Visual C++ you want. If in doubt try the latest one (VS14). Install the software. Use the default location for the Tango libraries and choose the version of Python you installed with Conda (or other means if you are not using Conda). Start python or ipython and type:
search ‘DOIT_ARRAY’ in pytango-9.2.3 source code, found that ‘DOIT_ARRAY’ only in ext/tgutils.h file, but i can not find it’s declaration. i also found that from pytango-9.2.2, ext/tgutils.h file had some change, added:
Hi,
Sorry for the silence. I expected to get automated notifications on replies to this thread since I started it but it is not the case, so I missed your replies.
Just to comment on Tiago’s suggestion: I tried with pip and I got the expected problems when it tried to compile from the latest tarball. Then I tried using
pip install --only-binary :all: pytango
and it didn’t work (could not find suitable target).
The same thing happened when I tried forcing the version to the last one in pypi with a windows binary (9.2.1)
So, I’ll try with Andy’s suggestion of using the msi and choosing the python from conda (as soon as I get a windows machine to try it on again)