What is the most compatible way to install python modules on a Mac?
问题 I\'m starting to learn python and loving it. I work on a Mac mainly as well as Linux. I\'m finding that on Linux (Ubuntu 9.04 mostly) when I install a python module using apt-get it works fine. I can import it with no trouble. On the Mac, I\'m used to using Macports to install all the Unixy stuff. However, I\'m finding that most of the python modules I install with it are not being seen by python. I\'ve spent some time playing around with PATH settings and using python_select . Nothing has