Top "Easy-install" questions

EasyInstall is a package manager that provides a standard format to distribute Python programs and libraries.

stopping setup.py from installing as egg

How do I stop setup.py from installing a package as an egg? Or even better, how do I easy_…

python pydev setuptools easy-install
Installing easy_install... to get to installing lxml

I've come to grips with the fact that ElementTree isn't going to do what I want it to do. I've …

python lxml easy-install
pip broken after upgrading

I did pip install -U easyinstall, and then pip install -U pip to upgrade my pip. However, I get this …

python bash pip easy-install
How can I install Python modules programmatically / through a Python script?

Can I download and install Python modules from PyPi strictly inside a script, without using a shell at all? I …

python pip distutils easy-install maya
Can pip (or setuptools, distribute etc...) list the license used by each installed package?

I'm trying to audit a Python project with a large number of dependencies and while I can manually look up …

python licensing virtualenv pip easy-install
How to install pywin32 in virtualenv with python 2.7 64 bit?

I wonder right way to install on virtualenv with 64 bit python 2.7 pywin32 module (Operating system is Windows 7 64 bit). I've found …

python pywin32 easy-install
Installing numpy on Amazon EC2

I am having trouble installing numpy on an Amazon EC2 server. I have tried using easy_install, pip, pip inside …

python numpy amazon-ec2 pip easy-install
pyzmq missing when running ipython notebook

I can run iPython, but when I try to initiate a notebook I get the following error: ~ ipython notebook Traceback (…

python pip ipython easy-install
SSL error installing pycurl after SSL is set

Just some information to start: I'm running Mac OS 10.7.5 I have curl 7.21.4 installed (came with dev tools I believe) I …

python easy-install pycurl
Easy_install of wxpython has "setup script" error

I have an install of python 2.5 that fink placed in /sw/bin/. I use the easy install command sudo /sw/…

python wxpython easy-install