It seems the latest trunk requires AppKit, which is part of PyObjC if I'm not mistaken.

@other devs: Do we really want a dependency on a 3rd party module only on OSX to determine the config directory? On Windows we are using %APPDATA%, and on Linux $XDG_DATA_HOME. On OSX, we could just use "~/Library/Application Support". I see using http://pypi.python.org/pypi/appdirs was suggested in ticket #327, which could then atleast be used for all platforms.
Thoughts?

Am 21.04.2011 10:34, schrieb Mattias Ryrlén:
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

--
Florian Höch

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