Traceback (most recent call last):
File "<string>", line 12, in <module>
File
"/Users/username/Desktop/pyinstaller/pyinstaller-pyinstaller-2145d84/PyInstaller/loader/iu.py",
line 386, in importHook
mod = _self_doimport(nm, ctx, fqname)
File
"/Users/username/Desktop/pyinstaller/pyinstaller-pyinstaller-2145d84/PyInstaller/loader/iu.py",
line 480, in doimport
exec co in mod.__dict__
File
"splashMain/build/pyi.darwin/splashMain/out00-PYZ.pyz/PalmImagePlugin",
line 92, in <module>
File
"splashMain/build/pyi.darwin/splashMain/out00-PYZ.pyz/PalmImagePlugin",
line 82, in build_prototype_image
File "splashMain/build/pyi.darwin/splashMain/out00-PYZ.pyz/Image", line
1763, in new
File "splashMain/build/pyi.darwin/splashMain/out00-PYZ.pyz/Image", line
37, in __getattr__
ImportError: The _imaging C module is not installed
I am running on Mac osX 10.7.4 using
the pyinstaller-pyinstaller-2145d84.tar.gz. I was able to get this project
working on Windows 7 but cannot get past this error on Mac. I am able to
'from PIL import _imaging' from the Python interactive console. The
pyinstaller.py successfully finds the _imaging.so and puts it in the dist
folder with all other lib files. Is this something I should be looking to
make a hook for ? Or is something else wrong? Any help or nudge in the
right direction would be appreciated.
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/pyinstaller/-/4bgXXu5kY4oJ.
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.