---------- Forwarded message ---------- From: Jens <[email protected]> Date: 18 April 2011 09:44 Subject: AW: photofilmstrip 1.4.1 on linux with python 2.6.6 To: Gürkan Sengün <[email protected]>
Hi Gürkan, this error seems to occur in the Image module of PIL (import Image). Can you try to "import Image" from a new Python interpreter window. Maybe reinstalling PIL helps? Jens -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Gürkan Sengün Gesendet: Freitag, 15. April 2011 12:31 An: [email protected] Betreff: photofilmstrip 1.4.1 on linux with python 2.6.6 I get this when I try 1.4.1: Traceback (most recent call last): File "/usr/share/photofilmstrip/photofilmstrip-gui.py", line 54, in <module> main() File "/usr/share/photofilmstrip/photofilmstrip-gui.py", line 49, in main from gui.PhotoFilmStripApp import main File "/usr/share/photofilmstrip/gui/PhotoFilmStripApp.py", line 28, in <module> from gui.FrmMain import FrmMain File "/usr/share/photofilmstrip/gui/FrmMain.py", line 29, in <module> from core.PhotoFilmStrip import PhotoFilmStrip File "/usr/share/photofilmstrip/core/PhotoFilmStrip.py", line 27, in <module> import Image SystemError: ../Objects/codeobject.c:64: bad argument to internal function Gurkan -- Gürkan Sengün http://www.aiei.ch/ -- Gürkan Sengün http://www.aiei.ch/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

