Re: urllib2.URLError running bootstrap.py on Plone 4.3.3 buildout

David Siedband <[email protected]>
Newsgroups gmane.comp.web.zope.plone.user
Message-ID <[email protected]>
On Oct 7, 2014, at 10:52 PM, dieter <[email protected]> wrote:

> David Siedband <[email protected]> writes:
> 
>> I have a python 2.6.6. instance which Ive used already to create another Plone buildout.
>> 
>> Now, Im using it to run a Plone 4.3.3 buildout, but I get 
>> 
>> urllib2.URLError: <urlopen error [Errno 110] Connection timed out>
>> 
>> When trying to run bootstrap.py
>> 
>> Heres the complete traceback:
>> 
>> ethiopia@host:~/greening.buildout$ python bootstrap.py
>> Traceback (most recent call last):
>>  File "bootstrap.py", line 70, in <module>
>>    exec urllib2.urlopen(setup_url).read() in ez
>> ...
>>  File "/home/ethiopia/pythons/python-2.6.6/lib/python2.6/urllib2.py", line 1145, in do_open
>>    raise URLError(err)
>> urllib2.URLError: <urlopen error [Errno 110] Connection timed out>
> 
> This is potentially a temporary problem: Your "bootstrap" tries
> to fetch a script via the internet and fails because the server
> does not respond.
> 
> You could try to find out what "setup_url" above is
> (by looking at the "bootstrap.py" source, near line 70)
> and then check with the responsible web site why it does not respond.

I checked my bootstrap.py and found the following

    if USE_DISTRIBUTE:
        setup_url = 'http://python-distribute.org/distribute_setup.py'
	exec urllib2.urlopen(setup_url).read() in ez
        ez['use_setuptools'](to_dir=tmpeggs, download_delay=0, no_fake=True)

Seems like python-distribute.org is down.  Is there an alternate download URL?  Or, is there someplace to grab a newer bootstrap?

--
David Siedband

Open Source Software Developer
Partner, Zentraal, Inc.

http://zentraal.com
 +1 415 670 9420
+31 30 320 0778

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho

_______________________________________________
Plone-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plone-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.