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