[Pythonmac-SIG] newbie questions: import site failed and proper location of site-packages

2008-11-06 Thread Hunt Culver
Yes, Chris, When I go to terminal and type in python I get this message: 'import site' failed; use -v for traceback But python proceeds to load. However, since site.py is not loaded I cannot get to the site-packages directory. Then if I return to terminal and enter python -v, I get a lon

Re: [Pythonmac-SIG] Py2app build problem - ImportError No Module named 'AppKit'

2008-11-06 Thread Christopher Barker
Reza Lotun wrote: MyProg.app/Contents/Resources/lib/python2.5 drwxr-xr-x 17 rlotun staff 578 6 Nov 17:26 AppKit drwxr-xr-x 15 rlotun staff 510 6 Nov 17:26 Foundation hmm - it looks like it's there alright. how is it imported? and what exactly is the error? Is there anything

Re: [Pythonmac-SIG] Py2app build problem - ImportError No Module named 'AppKit'

2008-11-06 Thread Reza Lotun
Hi Chris, Well, I'm not quite sure if this answers your question, but if my app is calle MyProg.app, then in MyProg.app/Contents/Resources/lib/python2.5 drwxr-xr-x 17 rlotun staff 578 6 Nov 17:26 AppKit drwxr-xr-x 15 rlotun staff 510 6 Nov 17:26 Foundation drwxr-xr-x 6 rlotun

Re: [Pythonmac-SIG] Py2app build problem - ImportError No Module named 'AppKit'

2008-11-06 Thread Christopher Barker
Reza Lotun wrote: Hello all, I have an application that *used* to freeze to a .app without a problem, but has recently been acting up for some reason. Though it builds fine, it keeps on complaining about being unable to find AppKit even though I seem to be forcing it to package it. Have you