Thanks, I'll give Python 2.6 a try. The documentation looks promising.
Cheers, Tino

On Fri, Jan 16, 2009 at 1:51 AM, Florian Föbel
<arenaweb...@googlemail.com>wrote:

> Hi Tino,
>
> I got exactly the same problem and "solved" it with a rather lazy attempt.
> What I did is to unset the proxy environment variable directly in
> post-review using the following line of code added right at the beginning of
> the script:
> os.environ['http_proxy'] = ''
>
> According to the following documentation the problem should also be fixed
> with Python 2.6:
> http://docs.python.org/library/urllib.html
>
> Regards,
> Florian
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to