Re: urllib2.HTTPError: HTTP Error 403 while running bootstrap on EC2
Jean Jordaan <[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.user |
|---|---|
| Message-ID | <CAJqnznAKM-M7mToM79Kg9NyuNP+RPs0Q=7ggEyqA3_8vyThi5w@mail.gmail.com> |
On Mon, Feb 9, 2015 at 10:16 AM, David Siedband <[email protected]> wrote: > File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default > raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) > urllib2.HTTPError: HTTP Error 403: Forbidden What is the URL that the installer does not have permission to access? Maybe add a pdb.set_trace or print just before the error is raised to see. Then you can either tweak the buildout to point at a permitted URL, provide a local copy of the forbidden resource, or contact upstream to get access. -- jean . .. .... //\\\oo///\\ ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/