[Pythonmac-SIG] [Fwd: installing wxpython on panther]
Brian Lenihan
brian_l at mac.com
Fri Oct 15 12:14:49 CEST 2004
On Oct 15, 2004, at 2:08 AM, altern wrote:
> sorry i am not sure if anyone answered my email from yesterday as i
> had a problem with my email program and all emails received yesterday
> were deleted before i could read them.
> There it goes again just un case it wasnt delivered.
>
>
> -------- Original Message --------
> Subject: installing wxpython on panther
> Date: Thu, 14 Oct 2004 18:20:40 +0200
> From: altern <enrike at altern.org>
> To: pythonmac-sig at python.org
> References: <92A10444-D753-11D8-9884-000A956870AC at sbcglobal.net>
> <83B74998-1242-11D9-BABA-000A95928086 at yale.edu>
> <m2655w6ej8.fsf at mother.paradise.lost>
> <B0D6DFDC-1AF9-11D9-B562-000A9575B6C8 at ucalgary.ca>
> <20041010222311.GA99930 at uiuc.edu>
>
> hi
>
> i am trying to install wxpython on panther. My problem is that i
> installed python 2.3.3 and the default installer for wxpython goes into
> the panther python version (2.3) instead of the latest version i
> installed.
You can create some symlinks to the installed wx packages in your 2.3.3
site-packages
ln -s /Library/Python/2.3/wx
/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-
packages/wx
ln -s /Library/Python/2.3/wxPython
/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-
packages/wxPython
There are other problems running multiple versions of python. As long
as you stick with compatible versions (2.3.x) it's pretty easy to deal
with If you rename Apple's version to keep it out of the way. You can
even continue to use Apple's modules such as CoreGraphics (also by
using symlinks). I even have 2.3.4 and 2.4a3 in the same Framework and
haven't had any problems.
> i downloaded the source but i am not sure what i should do to install
> it into the right place, i also tried the package manager but seems
> that this just downloads the
> .dmg and later i need to install it manually, so i am back to square
> one.
> Any suggestions would be apreciated.
>
> thanks
>
>
> --
> enrike
>
>
>
> --
> enrike
>
> _______________________________________________
> Pythonmac-SIG maillist - Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
More information about the Pythonmac-SIG
mailing list