Re: [Pythonmac-SIG] problems with sys.path

2008-03-10 Thread Christopher Barker
newbie73 wrote: > placing a .pth file in /Library/Python/2.5/site-packages with code to insert > my custom paths (including /library/python/2.5/site-packages) in the > PYTHONPATH variable, yet they do not seem to appear. Just to be clear -- this won't add anything to the PYTHONPATH environment va

Re: [Pythonmac-SIG] problems with sys.path

2008-03-09 Thread Lou Pecora
Have you set the path in your profile (e.g. .bash_profile or .login) to the python 2.5.2 installation? Do the correct numpy, scipy, etc. get loaded when you import them? If so, then the system is looking in the right site-packages directory. It should be seeing your .pth file, but I could not s

[Pythonmac-SIG] problems with sys.path

2008-03-09 Thread newbie73
Just installed Leopard (10.5) and have been configuring my python setup. First I installed python 2.5.2 from python.org and then began building the libraries I need to use (numpy/scipy, etc). After reading through the forums, I ran across the following fixes: placing a .pth file in /Library/Pyt