easy-install
Problem using easy_install on Windows 7, 64 bit. (cannot find python.exe)
I have just now installed Python 2.6 on my Windows 7 (64 bit) Lenovo t61p laptop. I have downloaded Sphinx and nose and apparently installed them correctly using[详细]
2022-12-21 05:04 分类:问答warnings emitted during 'easy_install'
When I easy_install some python modules, warnings such as: <some module>: module references __file__[详细]
2022-12-20 13:43 分类:问答PIP install a Python Package without a setup.py file?
I\'m trying to figure out how I can install a开发者_开发知识库 python package that doesn\'t have a setup.py file with pip. (package in question is http://code.google.com/p/django-google-analytics/)[详细]
2022-12-19 10:42 分类:问答installing mechanize with easy_install
I just got easy_install downloaded but i\'m having problems installing mechanize, should I be addressing site-packages at any point. In the first try below, i got an error. in the second try below, i[详细]
2022-12-18 05:49 分类:问答How can I install Easy_Install for Python 2.6.4 in Mac OSX 10.4.11
I get the following errors, I\'ve placed [my name] for anonymity: >>> python /Users/[myname]/Desktop/setuptools-0.6c11/ez_setup.py[详细]
2022-12-18 03:39 分类:问答Can I use `pip` instead of `easy_install` for `python setup.py install` dependency resolution?
python setup.py install will automaticall开发者_运维问答y install packages listed in requires=[] using easy_install. How do I get it to use pip instead?Yes you can. You can install a package from a ta[详细]
2022-12-17 05:33 分类:问答How to unzip python eggs?
I\'m trying to bundle some egg dependencies when using py2exe and as stated on the py2exe site, it doesn\'t work with those and I need to unzip them first. I\'ve tried to first run easy_install -m lxm[详细]
2022-12-15 21:26 分类:问答Determining version of easy_install/setuptools
I\'m trying to install couchapp, which uses easy_install - and is quite explicit in stating a particular version of easy_install/setuptools is needed: 0.6c6. I seem to have easy_install already on my[详细]
2022-12-14 15:33 分类:问答What is the standard sort order for Python release/version numbers?
Python\'s pip and easy_install follow some rules 开发者_开发百科to sort packages by their release numbers. What are the rules for numbering beta/release/bugfix releases so these tools will know which[详细]
2022-12-14 03:29 分类:问答Use Python's easy_install in intranet
Increasingly I found myself using tools based upon python, particularly that use installation processes involving easy_install.The trouble for me is that I am[详细]
2022-12-13 22:23 分类:问答