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

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
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

[Pythonmac-SIG] troubles with distutils

2005-09-16 Thread andrea valle
Hi to all, it's a bit strange since it's some years I use python but actually I've never used external packages. So I'm a total newbie on the subject. Now I want to install pyx (http://pyx.sourceforge.net/) but it seems that I am not able to. this is my command line: Last login: Thu Jan 1 01:0