Top "Easy-install" questions

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

How can I install pip on Windows?

pip is a replacement for easy_install. But should I install pip using easy_install on Windows? Is there a …

python windows installation pip easy-install
How to pip or easy_install tkinter on Windows

My Idle is throwing errors that and says tkinter can't be imported. Is there a simple way to install tkinter …

python python-2.7 tkinter pip easy-install
ImportError: No module named PIL

I use this command in the shell to install PIL: easy_install PIL then I run python and type this: …

python python-imaging-library easy-install
How do I remove packages installed with Python's easy_install?

Python's easy_install makes installing new packages extremely convenient. However, as far as I can tell, it doesn't implement the …

python packages setuptools easy-install
Find all packages installed with easy_install/pip?

Is there a way to find all Python PyPI packages that were installed with easy_install or pip? I mean, …

python pip easy-install pypi
ImportError: No module named Crypto.Cipher

When I try to run app.py (Python 3.3, PyCrypto 2.6) my virtualenv keeps returning the error listed above. My import statement …

python virtualenv pip easy-install pycrypto
How to install lxml on Ubuntu

I'm having difficulty installing lxml with easy_install on Ubuntu 11. When I type $ easy_install lxml I get: Searching for …

python ubuntu lxml libxml2 easy-install
How to install packages offline?

What's the best way to download a python package and it's dependencies from pypi for offline installation on another machine? …

python pip freebsd easy-install python-requests
Why use pip over easy_install?

A tweet reads: Don't use easy_install, unless you like stabbing yourself in the face. Use pip. Why use pip …

python pip setuptools easy-install pypi
Adding a module (Specifically pymorph) to Spyder (Python IDE)

I have managed to get spyder installed and functioning on my mac but I want to add in a few …

python import module easy-install spyder