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

Fix build error on Travis (#65) #74

Closed stweil closed 8 years ago

stweil commented 8 years ago

It was caused because pyinstaller did not include the modules needed for jpylyzer.py. Adding the path to these modules helps.

Signed-off-by: Stefan Weil sw@weilnetz.de

stweil commented 8 years ago

There still remains a warning from pip: You are using pip version 6.0.7, however version 7.1.2 is available.

bitsgalore commented 8 years ago

Brilliant, thanks Stefan! Once I have working dev machine I will test this and then pull the changes.