Currently, I&#39;ve found the workaround of setting the http_proxy value to the adresse of my bzr repository.<br><br>The only thing I need to figure out is how can I export this http_proxy value when bzr start ?&nbsp; There&#39;s a start_bzr.bat file which seems to be really convenient but it is not used by Tortoisebzr.<br>
<br>So where can I put that variable ?<br><br><div class="gmail_quote">On Wed, Feb 18, 2009 at 11:12 AM, Adrian Wilkins <span dir="ltr">&lt;<a href="mailto:adrian.wilkins@gmail.com">adrian.wilkins@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I also find this rather irksome.<br>
<br>
The issue is that the common Python libraries will read the proxy config<br>
of IE, but does not run PAC scripts (which are typically JScript).<br>
<br>
If IE is configured statically, I believe that works properly.<br>
<br>
Python will also respect the HTTP_PROXY environment variable, which<br>
takes precedence over the IE config, but I&#39;ve not found a way to make it<br>
say &quot;NO proxy&quot; (using either urllib2 or pycurl).<br>
<br>
Maybe this :<br>
<a href="http://code.google.com/p/pacparser/wiki/PacFilesInPythonWebclients" target="_blank">http://code.google.com/p/pacparser/wiki/PacFilesInPythonWebclients</a><br>
<br>
Would be some help... I&#39;d really like to see something like this in the<br>
main Python library (batteries included, remember?) since this is such a<br>
common scenario. I can&#39;t believe that all Python developers are lone<br>
wolves operating outside of a corporate firewall.<br>
<br>
So I don&#39;t think this is ultimately a Bazaar issue ; but Bazaar will<br>
have to cope with it until it improves.<br>
<br>
</blockquote></div><br>