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

2008-11-05 Thread Christopher Barker
Hunt Culver wrote: I was trying to put my own .py modules in the site-packages folder but they were loading as expected, 'import site' failed; traceback: odd -- is this what you get when you start up python all by itself: $ python And back to the original question; which site-package dire

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

2008-11-05 Thread Reza Lotun
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. I'm basically using the following