[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

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