Hi,

First of all, I would like to thanks the developers for that great
software! It worked very well for me, apart from that little
annoyance. Any hints regarding the following issue would be
appreciated.

I have a python program that use PIL to load tiff image and numpy/
scipy for some image processing. The un-frozen version of the program
work correctly. However, after frozing, I get the following exception:

Traceback (most recent call last):
  File "<string>", line 4, in <module>
  File "xxx/build/pyi.linux2/xxx/outPYZ1.pyz/mains", line 68, in main
  File "xxx/build/pyi.linux2/xxx/outPYZ1.pyz/mains", line 23, in
loadInputImage
  File "xxx/build/pyi.linux2/xxx/outPYZ1.pyz/PIL.Image", line 1917, in
open
IOError: cannot identify image file

If I load a .png or .bmp image instead of the .tif everything the
program execute correctly. However, the .tif images come from a
standard test database and I would really like to be able to load them
without any conversion.

I use Python 2.5, PIL 1.1.6, numpy 1.1.1, scipy 0.6 and the trunk
version of PyInstaller on top of Ubuntu 8.10.

Any ideas ?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/PyInstaller?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to