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