[Catalog-sig] pypissh

"Martin v. Löwis" martin at v.loewis.de
Sun Apr 10 20:47:35 CEST 2011


> Beyond this, if I try to use pypissh with a simple setup.py like this:
> 
>    import pypissh
>    pypissh.monkeypatch()
> 
>    from distutils.core import setup
> 
>    setup(
>        name="fake-experiment", version="1")
> 
> It fails with this output:
[...]>    Submitting dist/fake-experiment-1.tar.gz to
> http://submit@pypi.python.org/pypi
> [Errno -2] Name or service not known

I assume you have been using 2.5 or 2.6, right? I had tested it only
with 2.7; in earlier versions, upload.py wasn't using urllib2.

I have now added this support, and released 1.2, so please retry.
Feedback is appreciated.

Regards,
Martin


More information about the Catalog-SIG mailing list