On 5/22/05, Lee Cullens <[EMAIL PROTECTED]> wrote:
> What worked (at least so far) was to put a .pth file (containing /
> Users/Chinook/PythonProjects/MyUtilities) in /Library/Frameworks/
> Python.framework/Versions/2.4/lib/python2.4/site-packages

Since this is a user-specific path, you should put it in
~/Library/Python/2.4/site-packages

(/Users/Chinook/Library/Python/2.4/site-packages)

You'll likely have to create that directory.

Kevin
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to