[Pythonmac-SIG] installing wxpython on panther
Kevin Ollivier
kevino at tulane.edu
Fri Oct 15 22:02:01 CEST 2004
Hi,
On Oct 15, 2004, at 8:46 AM, altern wrote:
> hi
>
> i removed 2.3.3 (or at least i think i did it by following the
> instructions on the FAQ). Now i managed to install pyopengl and
> wxpython but i also need numeric and PIL. I am using the package
> manager but it doesnt download them properly. I discovered that PIL
> and numeric went into this folder
>
> /library/frameworks/python.framework/versions/2.3/lib/python2.3/site-
> packages
It looks like you still have parts of 2.3.3 installed.
/Library/Frameworks/Python.Framework is where a user-installed Python
puts it's extension modules.
Even though you built your own Python from source, you should follow
the uninstallation instructions here:
http://homepages.cwi.nl/~jack/macpython/uninstall.html
Once that's done, make sure to get the MacPython for Panther additions
from the download page to get Package Manager back. Then re-install the
PIL and Numeric extension modules. Hopefully this should resolve your
problem.
Kevin
> Bob Ippolito wrote:
>> On Oct 15, 2004, at 6:52 AM, r2d2 wrote:
>>> hi
>>>
>>>> i am trying to install wxpython on panther. My problem is
>>>> that
>>>> because i installed python 3.3.3 and the default installer
>>>> for
>>>> wxpython goes into the panther python version instead of the
>>>> latest version i installed.
>>>> i downloaded the source but i am not sure what i should do
>>>> to
>>>> avoid this problem, i also tried the package manager but
>>>> seems
>>>> to just download the .dmg so back to square one.
>>>> Any suggestions would be apreciated.
>>>> I suggest just sticking with the stock Python 2.3.0 and using
>>>> the
>>>> binary installer. Otherwise you will have to compile everything
>>>> from
>>>> source, and you will certainly run into Version Mismatch
>>>> problems at
>>>> some time or another.
>>>
>>>
>>> i see.
>>> but i need it together with other packages like opengl and they are
>>> already installed for the 2.3.3 python by the package manager, how
>>> can i set the package manager to install the packages to the python
>>> version i want?. or maybe it would be easier to get rid of the
>>> python 2.3.3 i installed? but how to do it?
>>>
>>> Sorry if all this questions are very stupid but i have been using
>>> all this on windows and it was dead easy to set up, now i am still
>>> quite confused with the unix way to do things.
>> Remove 2.3.3.
>> http://pythonmac.org/wiki/
>> FAQ#head-45464eef844e198e465151f3b3953a4c15b9eacb
>
>
> --
> 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