[Distutils] new zc.buildout and virtualenv no longer friends?

Chris McDonough chrism at plope.com
Fri Apr 30 09:11:19 CEST 2010


On Fri, 2010-04-30 at 08:57 +0200, Rok Garbas wrote:
> i ment on bootstrap ..
> 
> python bootstrap.py -v1.4.3

With the bootstrap.py I had been using (pre --version option
apparently):

 [chrism at thinko deformsite]$ bin/python bootstrap.py -v1.4.3
 Error: Invalid option -1

With the bootstrap.py from the trunk:

 [chrism at thinko deformsite]$ bin/python bootstrap.py -v1.4.3
 Traceback (most recent call last):
   File "bootstrap.py", line 23, in ?
     import os, shutil, sys, tempfile, textwrap, urllib, urllib2
 ImportError: No module named shutil

Any other suggestions?

- C




More information about the Distutils-SIG mailing list