PIL and py2exe Issues
Kevin Dahlhausen
kdahlhaus at yahoo.com
Wed Jun 4 14:02:18 EDT 2003
More information about the Python-list mailing list
Wed Jun 4 14:02:18 EDT 2003
- Previous message (by thread): Iteration through a text file.
- Next message (by thread): PIL and py2exe Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Anyone come across the problem of PIL not being able to identify image files once it's compiled with py2exe? Do I need to manually add some plugins to the setup or something? Traceback (most recent call last): File "<string>", line 65, in ? File "<string>", line 31, in __init__ File "PictureList.pyc", line 42, in __init__ File "PictureInfo.pyc", line 23, in __init__ File "Image.pyc", line 1571, in open IOError: cannot identify image file Versions: Python 2.2.2 (#37) PIL 1.1.4 Thanks
- Previous message (by thread): Iteration through a text file.
- Next message (by thread): PIL and py2exe Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list