openpreserve / jpylyzer

JP2 (JPEG 2000 Part 1) validator and properties extractor. Jpylyzer was specifically created to check that a JP2 file really conforms to the format's specifications. Additionally jpylyzer is able to extract technical characteristics.
http://jpylyzer.openpreservation.org/
Other
69 stars 28 forks source link

Windows binaries not working on some Windows 8 PCs #56

Closed bitsgalore closed 9 years ago

bitsgalore commented 9 years ago

Euan Cochrane ‏(via Twitter):

Jpylyzer binary doesn't seem to work on some windows 8.1 pcs. Even using compatibility modes.

Source: https://twitter.com/euanc/status/517254077202583554

Possibly related to PyInstaller bug:

http://www.pyinstaller.org/ticket/801

bitsgalore commented 9 years ago

This happens because the "32 bit" binaries are really 64 bit:

https://github.com/openplanets/jpylyzer/issues/57