Hi,

I've downloaded bootstrap.py and tried to initialize with system python:

sabd1@sab /home/buildout $ wget 
http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py   
Warning: wildcards not supported in HTTP.                                       
                          
--2013-08-23 06:40:52--  
http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py         
 
Resolving svn.zope.org... 74.84.203.155                                         
                          
Connecting to svn.zope.org|74.84.203.155|:80... connected.                      
                          
HTTP request sent, awaiting response... 200 OK                                  
                          
Length: unspecified [text/x-python]                                             
                          
Saving to: ‘bootstrap.py’                                                       
                          
                                                                                
                          
    [  <=>                                                            ] 10,107  
    41.2KB/s   in 0.2s    
                                                                                
                          
2013-08-23 06:40:53 (41.2 KB/s) - ‘bootstrap.py’ saved [10107]

sabd1@sab /home/buildout $ python bootstrap.py 
Downloading 
http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg    
              
Traceback (most recent call last):                                              
                          
  File "bootstrap.py", line 258, in <module>                                    
                          
    ws.require(requirement)                                                     
                          
  File "/tmp/tmpzJN6Tt/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 666, 
in require                
  File "/tmp/tmpzJN6Tt/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 569, 
in resolve                
pkg_resources.VersionConflict: (setuptools 0.6c11 
(/tmp/tmpzJN6Tt/setuptools-0.6c11-py2.7.egg), 
Requirement.parse('setuptools>=0.7'))

I know, it works with virtualenv, but with system python is this expected 
behavior?

Thanks
Zoltan Benedek
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to