Re: [Pythonmac-SIG] pth file location

2005-09-16 Thread Scott Frankel
No more bad magic. Just bad memory. Forgot to comment-out an explicit python path env var. Everything seems to be working now. Thanks Scott On Sep 16, 2005, at 9:05 AM, Scott Frankel wrote: > > Still bad magic. > > Where should .pth files be placed for 3rd party modules to be found? > My

Re: [Pythonmac-SIG] pth file location

2005-09-16 Thread Robert Kern
Scott Frankel wrote: > Still bad magic. > > Where should .pth files be placed for 3rd party modules to be found? > My attempts (latest: > /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- > packages/my_3rd_party.pth) is still leading to bad magic errors. The > path pri

Re: [Pythonmac-SIG] pth file location

2005-09-16 Thread Scott Frankel
Still bad magic. Where should .pth files be placed for 3rd party modules to be found? My attempts (latest: /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- packages/my_3rd_party.pth) is still leading to bad magic errors. The path printed by the err msg does not corre