easy-install
Why do I get an error on the last line of installing Pylons 1.0 with easy_install and Python 2.7 in Windows Vista 64?
I tried to install Pylons 1.0 with Python 2.7 using 开发者_JAVA百科the easy_install command in Windows Vista 64 but got the error:[详细]
2023-01-17 23:38 分类:问答Installing SetupTools on 64-bit Windows
I\'m running Python 2.7 on Windows 7 64-bit, and when I run the installer for setuptools it tells me that Pyth开发者_如何学运维on 2.7 is not installed.The specific error message is:[详细]
2023-01-14 20:19 分类:问答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开发者_Python百科 use pip over easy_install? Doesn\'t the fault lie with PyPI and package author[详细]
2023-01-06 21:05 分类:问答Installing Jinja2 on a server without root access
I am trying to install Jinja2 on a web server. I tried running the command \"easy_install Jinja2\" as they suggested and got an error:[详细]
2023-01-05 07:49 分类:问答Installing psycopg2 (postgresql) in virtualenv on windows
I installed psycopg2 in virtualenv using easy_install psycopg2. I did not see any errors and looks like installation went fine.. there is an egg file created in the site-packages dir for psycopg2..[详细]
2023-01-03 02:18 分类:问答easy_install ReviewBoard [Errno 104] Connection reset by peer
I have a Kubuntu 10.04 VM image and am trying to install ReviewBoard by following The Linux Installation Wiki. When I get to the step to easy_install ReviewBoard, I encounter a problem I cannot find a[详细]
2023-01-03 01:38 分类:问答Problems installing a package from PyPI: root files not installed
After installing the BitTorrent-bencode package, either via easy_install BitTorrent-bencode or pip install BitTorrent-bencode, or by downloading the tarball and installing that via easy_install $tarba[详细]
2023-01-02 15:47 分类:问答Best practice for installing python modules from an arbitrary VCS repository
I\'m newish to the python ecosystem, and have a question about module editing. I use a bunch of third-party modules, distributed on PyPi.Coming from a C and Java background, I love the ease of easy_[详细]
2023-01-02 06:43 分类:问答Should Python 2.6 on OS X deal with multiple easy-install.pth files in $PYTHONPATH?
I am running ipython from sage and also am using some packages that aren\'t in sage (lxml, argparse) which are installed in my home directory. I have therefore ended up with a $PYTHONPATH of[详细]
2022-12-30 03:00 分类:问答Including global package into a virtualenv that has been created with --no-site-packages
I\'d usually prefer to create virtualenvs with --no-site-packages option for more isolation, and also because default python global packages includes quite a lot of packages, and usually most of them[详细]
2022-12-29 07:14 分类:问答