Tagged Questions
0
votes
1answer
41 views
Removing current Python version and use other python version
First of all i installed python 2.7 with manual.After i installed python2.6 with macport with referenced this.
And after i deleted my Python 2.7 files.
The main point is when i write python at ...
0
votes
1answer
134 views
Move python modules from one installation to another
I have several versions of Python installed, some through MacPorts and some directly via the python.org installers. I have modules installed through MacPorts and via PyPI, for the same Python version ...
1
vote
1answer
368 views
Python IDLE from MacPorts can't start
I tried installing the python27 and python32 packages via MacPorts in Mac OS X 10.6.8. It includes the standard IDLE, Python Launcher, and Build Applet applications. However, when I start them, their ...
5
votes
1answer
2k views
How do I change back from MacPorts Python to system default version?
I used MacPorts to install a newer version of Python on my system (10.5.8 PPC), and then used the MacPorts select command to change the default invoked version of Python to the MP version. Now I want ...