I\'m trying to install the pyMySQL module for python so that I can setup Django (see this previous question).
I have a Mac running Python 2.6. When I try to use easy_install I get this message: /usr/bin/easy_install-2.6:7: UserWarning: Module pkg_resources was already imported from /System/Library/Frameworks
This is on windows. In the Global Site packages I have installed lxml binary(.egg file) . And now I am creating a virtualenv and trying to get the same egg from the global environment.
I\'m setting up a new machine and am using 64-bit Python 2.6.6 on Windows 7.I installed a pre-compiled version of setuptools.
We\'re using easy_install to install to a local build environment directory on windows. (This helps with having several checked out versio开发者_如何学Pythonns using different third-party packages s
What to do after doing all the steps to install easy_inst开发者_StackOverflow社区all python & the paths are available in the script what shall I do I\'m really fed up because I have done all steps
So I installed Python 2.7.1 from source on a server using stow.I have been careless in the past, and I am trying to keep organized when dealing with source installs.So, enter stow.Now I installed easy
Trying to install various packages on a Windows 7 64 bit and learned that ActivePython helps (as it includes easy_install among others).
Since I have Xcode 4 installed and it seems xcode 4 can\'t build ppc binaries anymore, quite a lot of python packages(especially mercurial pymongo, etc.) can\'t build and complained that there is no \
I\'m trying to uninstall all django packages in my superuser environment to e开发者_Go百科nsure that all my webapp dependencies are installed to my virtualenv.