Bazaar-NG doesn't work right with Python 2.4.2
John A Meinel
john at arbash-meinel.com
Mon Jan 16 16:12:20 GMT 2006
Radoslaw Szkodzinski wrote:
> Jan Hudec wrote:
>> On Thu, Jan 12, 2006 at 23:05:21 +0100, Radoslaw Szkodzinski wrote:
>>> I get a problem in urllib2.py at proxy_open - line 590.
>>> This is caused by python checking proxy hostname for '@' character and
>>> host parameter of the function isn't iterable (None?).
>> Can you please give us a more detailed description of your setup, so
>> someone can reproduce your problem? Version of bzr and what does your
>> http_proxy environment variable look like.
>
> astralstorm at zen ~ $ export | grep HTTP_PROXY
> declare -x HTTP_PROXY="192.168.0.1:9191"
>
> This proxy is of course online. I'm using it for normal HTTP access.
>
> astralstorm at zen ~ $ python -V
> Python 2.4.2
>
> Gentoo Linux ~x86
>
> astralstorm at zen ~ $ bzr --version
> bzr (bazaar-ng) 0.7rc1
>
> This version is latest tip or head snaphot.
> (I don't exactly know the metodology of Bazaar yet)
>
> If you'd like to know anything else, please tell.
>
>> On Thu, Jan 12, 2006 at 23:05:21 +0100, Radoslaw Szkodzinski wrote:
>>> (Please CC me, I'm not subscribed to the list)
>
When bzr fails to do something, it usually puts more information in
~/.bzr.log
can you check that for a traceback, and send it to the list?
bzr does require python 2.4.2, and we don't do a lot with proxies,
expecting python's urllib to take care of most of that for us.
If you can get us the traceback, we might be able to figure out where
our calls are going wrong.
What little we do seems use 'http_proxy' not HTTP_PROXY, though I don't
know that it matters.
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060116/b5830b48/attachment.pgp
More information about the bazaar
mailing list