[Pythonmac-SIG] correct way to create a PyObjC application

2008-11-15 Thread davelist
I've done a little bit Cocoa programming using Objective-C and tried PyObjc back under Xcode/IB 2.0, but now I'd like to try PyObjc with Xcode/IB 3. Using a mixture of documentation, here's what I've come up with. Can someone please let me know if there's anything wrong with this process

Re: [Pythonmac-SIG] which directory for site-packages

2008-11-15 Thread David Warde-Farley
On 15-Nov-08, at 1:15 PM, Hunt Culver wrote: Then from within python I printed all the the sys.paths and sys.prefix. I tried to create a site-packages sub directory in /System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5 , but python doesn't seem to find it automatically.

Re: [Pythonmac-SIG] which directory for site-packages

2008-11-15 Thread David Warde-Farley
Change the first path entry to /Library/Frameworks/Python.framework/ Versions/2.5/lib/python2.5/bin David On 15-Nov-08, at 1:15 PM, Hunt Culver wrote: /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5 ___ Pythonmac-SIG maillist - P

[Pythonmac-SIG] which directory for site-packages

2008-11-15 Thread Hunt Culver
Hi all, I cannot seem to get my Mac to find the site-packages directory for MacPython 2.5. Below is some relevant info from terminal. The first path in $PATH is somehow being applied during startup (by some other process, I presume MacPython.) and it is pointing to the lib directory.