Is there a way to find all Python PyPI packages that were installed with easy_install or pip?I mean, excluding everything that was/is installed with the distributions too开发者_C百科ls (in this case a
I\'m having difficulty installing lxml with easy_install on Ubuntu 11. When I type $ easy_install lxml I get:
setup.py of my package X uses setuptools to optionally install an extra package Y, via the extras_require parameter.
(NB: see this other p开发者_开发问答ost for why I am not using dpkg/apt-get/etc. for this installation.)
How does one get the MySQLdb module for Python 2.6? I am on a CentOS 5 distribution and easy_install MySQLdb does not work for me. (cant find MySQLdb at pypy.python.org/s开发者_运维技巧imple/)
I am attempting to install M2Crypto on a Windows XP platform.I have Python, easy_install and SWIG installed, but when I attempt to easy_install M2Crypto I get the following:
so I\'ve downloaded the nVidia CUDA libraries and put them in the default location: /usr/local/cuda When I go to run this:
How do I stop setup.py from installing a package as an egg?Or even better, how do I easy_install from installing a package as an egg?
Background : I have built an a开发者_运维问答pp that runs well on an EC2 micro instance. I want my friends to use this app too, but they aren\'t quite good with computers.
easy_install was good and very helpful. I have been using it. However, I found it unfunctioning today.