Hi list,

I tried to use trunk version with my program to see if i can get it to work
under OSX

i get the following error, wonder if thats some module that should be
included in pyinstaller or if it's a python module i need to install (can't
find it in port repo)

$ python2.7 build.py
Running: python build-helpers/pyinstaller-trunk/pyinstaller.py -y -w
-icon=trunk/Nagstamon/Nagstamon/resources/nagstamon.icns
trunk/Nagstamon/nagstamon.py
Traceback (most recent call last):
    File "build-helpers/pyinstaller-trunk/pyinstaller.py"; line 25, in
<module>
        import PyInstallert.configure
    File "<path>/build-helpers/pyinstaller-trunk/PyInstaller/__init__.py",
line 44, in <module>
        import AppKit
ImportError: No module named AppKit

-- 
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