ANN: matplotlib 1.2.0

Excellent!

I notice that the PyPI page has not been updated yet for poor sods like me…

Regards,

Ludwig

Sorry about that. I tried this yesterday, and didn't notice that the upload failed.

Both the webform and the `setup.py upload` is still failing for me. I'm posting the traceback below in case anyone has any thoughts -- in the meantime I'll search/ask around the PyPI world.

Mike

Traceback (most recent call last):
   File "setup.py", line 333, in <module>
     **additional_params
   File "/usr/lib64/python2.7/distutils/core.py", line 152, in setup
     dist.run_commands()
   File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands
     self.run_command(cmd)
   File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command
     cmd_obj.run()
   File "/usr/lib64/python2.7/distutils/command/upload.py", line 60, in run
     self.upload_file(command, pyversion, filename)
   File "/usr/lib64/python2.7/distutils/command/upload.py", line 176, in upload_file
     result = urlopen(request)
   File "/usr/lib64/python2.7/urllib2.py", line 126, in urlopen
     return _opener.open(url, data, timeout)
   File "/usr/lib64/python2.7/urllib2.py", line 400, in open
     response = self._open(req, data)
   File "/usr/lib64/python2.7/urllib2.py", line 418, in _open
     '_open', req)
   File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain
     result = func(*args)
   File "/usr/lib64/python2.7/urllib2.py", line 1207, in http_open
     return self.do_open(httplib.HTTPConnection, req)
   File "/usr/lib64/python2.7/urllib2.py", line 1177, in do_open
     raise URLError(err)
urllib2.URLError: <urlopen error [Errno 104] Connection reset by peer>

···

On 11/09/2012 08:11 AM, Ludwig Schwardt wrote:

Excellent!

I notice that the PyPI page has not been updated yet for poor sods like me...

Regards,
Ludwig

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

Ah, I solved this by providing a URL to the github download, rather than trying to upload to PyPI. It's possible (I suppose) there is a file size limit on PyPI.

"pip install matplotlib" now "works for me (TM)". Please let me know if it's still not working for you.

Mike

···

On 11/09/2012 08:44 AM, Michael Droettboom wrote:

Sorry about that. I tried this yesterday, and didn't notice that the upload failed.

Both the webform and the `setup.py upload` is still failing for me. I'm posting the traceback below in case anyone has any thoughts -- in the meantime I'll search/ask around the PyPI world.

Mike

Traceback (most recent call last):
  File "setup.py", line 333, in <module>
    **additional_params
  File "/usr/lib64/python2.7/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/usr/lib64/python2.7/distutils/command/upload.py", line 60, in run
    self.upload_file(command, pyversion, filename)
  File "/usr/lib64/python2.7/distutils/command/upload.py", line 176, in upload_file
    result = urlopen(request)
  File "/usr/lib64/python2.7/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib64/python2.7/urllib2.py", line 400, in open
    response = self._open(req, data)
  File "/usr/lib64/python2.7/urllib2.py", line 418, in _open
    '_open', req)
  File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 1207, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib64/python2.7/urllib2.py", line 1177, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno 104] Connection reset by peer>

On 11/09/2012 08:11 AM, Ludwig Schwardt wrote:

Excellent!

I notice that the PyPI page has not been updated yet for poor sods like me...

Regards,
Ludwig

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options