This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pas
Recipients docs@python, pas, ronaldoussoren
Date 2012-08-27.12:56:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346072168.88.0.993036086752.issue15790@psf.upfronthosting.co.za>
In-reply-to
Content
It's not straightforward, at all.

# (v3.3rc1) /home/pas/wololo/pip-1.1$ python setup.py install

Traceback (most recent call last):
  File "setup.py", line 3, in <module>
    from setuptools import setup
ImportError: No module named 'setuptools'


Then, of course one can try installing setuptools, but it won't work.

Traceback (most recent call last):
  File "setup.py", line 7, in <module>
    execfile(convert_path('setuptools/command/__init__.py'), d)
NameError: name 'execfile' is not defined

So, yes, venv is available. Great. But Python is not so great without those batteries, which are allegedly included.
History
Date User Action Args
2012-08-27 12:56:08passetrecipients: + pas, ronaldoussoren, docs@python
2012-08-27 12:56:08passetmessageid: <1346072168.88.0.993036086752.issue15790@psf.upfronthosting.co.za>
2012-08-27 12:56:08paslinkissue15790 messages
2012-08-27 12:56:08pascreate