easy-install
Unable to use easy_install to install Python modules
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[详细]
2023-04-10 15:04 分类:问答easy_install failure on windows 7
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[详细]
2023-04-10 01:30 分类:问答Setuptools / distutils: Installing files into the distribution's DLLs directory on Windows
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[详细]
2023-04-06 22:57 分类:问答Error with a Python package: "wrong ELF class: ELFCLASS64" (Compiling in 32 bit on 64bit system?)
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.[详细]
2023-04-02 18:01 分类:问答Why doesn't my Python 2.6 auto-unzip egg files on import?
I\'m under the impression that Python import is supposed to automatically unzip egg files in site-packages.[详细]
2023-04-02 06:08 分类:问答toward iPython: easy_install can't find my Python(s) on Mac OS 10.5.8
Installed setuptools-0.6c11-py2.7.egg on my Mac OS 10.5.8 but then sudo easy_install readline ipython[详细]
2023-04-01 06:30 分类:问答how to install python pip on python 2.7
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[详细]
2023-03-25 16:24 分类:问答easy_install broken on Mac
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:[详细]
2023-03-25 13:25 分类:问答python: what happens during easy_install?
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[详细]
2023-03-22 11:58 分类:问答easy_install in windows XP with error "Not a recognized archive type"
This error \"Not a recognized archive type\" happens on one Windows XP machine but Never happen on another one. It\'s so weird![详细]
2023-03-18 06:25 分类:问答