I am trying to use easy_install to install a module called requests by doing easy_install requests This worked fine a week ago when I was using Python 2.6.5 but today I installed Python 2.7.2 and
I have created two eggs using bdist and egg_A is defines as a dependencyof egg_B. I check both egg using the command unzip and both are ok, however when I try t开发者_如何转开发o insall the egg using
I\'m writing a setup.py which uses setuptools/distutils to install a python package I wrote. It need to install two DLL files (actually a DLL file and a PYD file) into location which is available for
I\'m trying to easy_install a Python package called \"lxml\" on my shared server. However, I had to do that locally, as I cannot fork processes on my online server.
I\'m under the impression that Python import is supposed to automatically unzip egg files in site-packages.
Installed setuptools-0.6c11-py2.7.egg on my Mac OS 10.5.8 but then sudo easy_install readline ipython
2 days ago i had a problem with pypm and couldn\'t fix it so i uninstalled activepython, and I wanna install pip which suppose to be an alternative to pypm
I have copied my home folder from a Mac OSX 10.5 to a new Mac OSX 10.6. This broke east_intall for binary packages. For example if I use Python 2.5:
I\'m a little confused about egg files and installing them using easy_install, hope you can help me with it. (I read about people\'s recommendation on pip, but I\'ll like to understand this before I m
This error \"Not a recognized archive type\" happens on one Windows XP machine but Never happen on another one. It\'s so weird!