> 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://[email protected]/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 _______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
