ome / omero-py

Python project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
22 stars 32 forks source link

Windows: require pywin32 #203

Closed manics closed 4 years ago

manics commented 4 years ago

Closes #201

Tested by running pip install https://github.com/manics/omero-py/archive/pywin32.zip on Windows with the zeroc-ice36-python testing package.

joshmoore commented 4 years ago

Now green after a travis restart.

joshmoore commented 4 years ago

Thanks, @manics