[Pythonmac-SIG] sys.path corrupted?

2010-06-01 Thread Kevin Walzer
I've been trying to test a new app I'm working on and it appears that my sys.path has been corrupted somehow, because Python doesn't see things in my site-packages directory. My $PATH is correctly set up: which python /Library/Frameworks/Python64.framework/Versions/Current/bin/python

Re: [Pythonmac-SIG] sys.path corrupted?

2010-06-01 Thread Kevin Walzer
On 6/1/10 11:06 AM, Kevin Walzer wrote: Does anyone have any idea what might cause my framework build of Python to see sys.path only in the build directory of one of my apps? I don't typically jigger my Python settings with .pth files so I have no idea what to look for. I solved the problem