Hi, 

     I am packaging an application to linux (ubuntu) I added the hooks in 
the spec file. It does build the binary, but gives me the import error on 
execution. I do have the PIL._imaging.so file in the build folder.
Here's the error snippet.


Traceback (most recent call last):
  File "<string>", line 26, in <module>
  File "/home/akhil/dizzying/Summer of 
Code/PyInstaller-2.1/PyInstaller/loader/pyi_importers.py", line 270, in 
load_module
    exec(bytecode, module.__dict__)
  File "/home/akhil/dizzying/Summer of 
Code/PyInstaller-2.1/memoryKivy/build/memoryKivy/out00-PYZ.pyz/PIL.PngImagePlugin",
 
line 40, in <module>
  File "/home/akhil/dizzying/Summer of 
Code/PyInstaller-2.1/PyInstaller/loader/pyi_importers.py", line 270, in 
load_module
    exec(bytecode, module.__dict__)
  File "/home/akhil/dizzying/Summer of 
Code/PyInstaller-2.1/memoryKivy/build/memoryKivy/out00-PYZ.pyz/PIL.Image", 
line 53, in <module>
ImportError: cannot import name _imaging

Please help.

Thank you.




-- 


*This email is governed by the Disclaimer Terms of  SIU which may be viewed 
at* http://www.siu.edu.in/downloads/email-disclaimer.php

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to