[Catalog-sig] pypissh

"Martin v. Löwis" martin at v.loewis.de
Sun Apr 10 10:08:55 CEST 2011


> I tried pypissh 1.1.  When I ran it with no arguments, it produced this
> result:
> 
> Traceback (most recent call last):
>  File "pypissh.py", line 85, in <module>
>    f = urlopen('httpssh://submit@pypi.python.org/pypi')
>  File "pypissh.py", line 74, in urlopen
>    return _opener.open(req, data, timeout)
>  File "pypissh.py", line 57, in open
>    if req.get_full_url().startswith(_badprefix):
> AttributeError: 'str' object has no attribute 'get_full_url'

Thanks for the report. I hadn't tested __main__ in a while: I have now
restored that in cd88f3c7fed9.

There are apparently still interactions with the ssh output;
unfortunately, I haven't been able to reproduce them after the first
failure.

Regards,
Martin


More information about the Catalog-SIG mailing list