[Pythonmac-SIG] pth file location

2005-09-15 Thread Scott Frankel
Where do .pth files go in python 2.4.1 running on osx 10.4.2? My best guess (after a few not-so-good-ones) was: /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- packages/ But my python is still looking in the wrong place for its newly compiled modules. Thanks in

Re: [Pythonmac-SIG] bad magic

2005-09-15 Thread Dethe Elza
On 15-Sep-05, at 2:07 PM, Scott Frankel wrote: > I am just now, finally, able to upgrade osx & python to latest release > versions: 10.4.2 & 2.4.1, respectively). I've had half an eye on the > traffic on this list, so installation went well. 2.4.1 is humming > smoothly. > > I'm running into the

[Pythonmac-SIG] bad magic

2005-09-15 Thread Scott Frankel
I am just now, finally, able to upgrade osx & python to latest release versions: 10.4.2 & 2.4.1, respectively). I've had half an eye on the traffic on this list, so installation went well. 2.4.1 is humming smoothly. I'm running into the following error, though, when my scripts import my own

[Pythonmac-SIG] wxPython building process on Mac Os X 10.4.x

2005-09-15 Thread catonano
Hello listers, as I wrote on wxPython list, I followed the instructions at www.wxpython.org/BUILD.html to check out and build wxWidgets and wxPython. As I also wrote ;-) the fact is that the build process FAILED with python 2.4.1 and succeeded with the Apple installed python 2.3.5 The test

Re: [Pythonmac-SIG] py2app 0.2, Python 2.4 and wxPython 2.6.1

2005-09-15 Thread Kevin Ollivier
Hi Bob, On Sep 15, 2005, at 9:54 AM, Bob Ippolito wrote: > > On Sep 15, 2005, at 1:16 AM, Kevin Ollivier wrote: > > >> Hi all, >> >> When I try to bundle a wxPython application using py2app on Python >> 2.4 under Panther, it runs into a 'file exists' error at build_app.py >> line 728, which is an

Re: [Pythonmac-SIG] py2app 0.2, Python 2.4 and wxPython 2.6.1

2005-09-15 Thread Bob Ippolito
On Sep 15, 2005, at 1:16 AM, Kevin Ollivier wrote: > Hi all, > > When I try to bundle a wxPython application using py2app on Python > 2.4 under Panther, it runs into a 'file exists' error at build_app.py > line 728, which is an os.symlink call at the bottom of > copy_python_framework(). (Complete