Re: [matplotlib-devel] Python 3.x port status/roadmap

2011-03-29 Thread Darren Dale
Hi Mike, On Tue, Mar 29, 2011 at 12:52 PM, Michael Droettboom wrote: > Things are looking pretty good over on the Python 3 branch, thanks to > the great work done at CTPUG, Sage Days 29 and elsewhere, and it > probably bears some discussion about where we'd like to go from here. > > I'm thinking

[matplotlib-devel] matplotlib-py3: dateutil 2.0 and patch for mathtext_wx example

2011-03-29 Thread Christoph Gohlke
Hello, Dateutil 2.0 is now available for Python 3.x at . The example user_interfaces/mathtext_wx.py is broken since as_rgba_str() was removed from the ft2font extension. A patch is attached. Christoph diff --git a/examples/user_interfaces/mathtext_wx.py

[matplotlib-devel] Python 3.x port status/roadmap

2011-03-29 Thread Michael Droettboom
Things are looking pretty good over on the Python 3 branch, thanks to the great work done at CTPUG, Sage Days 29 and elsewhere, and it probably bears some discussion about where we'd like to go from here. I'm thinking we should probably do another 1.0.x release with all of the bugfixes we curre

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'HTTPSHandler'

2011-03-29 Thread Darren Dale
On Tue, Mar 29, 2011 at 4:06 AM, Nils Wagner wrote: > On Tue, 29 Mar 2011 10:01:34 +0200 >  "Nils Wagner" wrote: >> Hi all, >> >> I am using the latest matplotlib. >> How can I resolve the following problem ? >> > import matplotlib >> Traceback (most recent call last): >>   File "", line 1, i

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'HTTPSHandler'

2011-03-29 Thread Nils Wagner
On Tue, 29 Mar 2011 10:01:34 +0200 "Nils Wagner" wrote: > Hi all, > > I am using the latest matplotlib. > How can I resolve the following problem ? > import matplotlib > Traceback (most recent call last): > File "", line 1, in > File > "/data/home/nwagner/local/lib/python2.5/site-pa

[matplotlib-devel] AttributeError: 'module' object has no attribute 'HTTPSHandler'

2011-03-29 Thread Nils Wagner
Hi all, I am using the latest matplotlib. How can I resolve the following problem ? >>> import matplotlib Traceback (most recent call last): File "", line 1, in File "/data/home/nwagner/local/lib/python2.5/site-packages/matplotlib/__init__.py", line 133, in from matplotlib.rcsetup