[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 stdin, line 1, in module File /data/home/nwagner/local/lib/python2.5/site-packages/matplotlib/__init__.py, line 133, in module from

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 nwag...@iam.uni-stuttgart.de wrote: Hi all, I am using the latest matplotlib. How can I resolve the following problem ? import matplotlib Traceback (most recent call last): File stdin, line 1, in module File /data/home/nwagner/local

[matplotlib-devel] can't copy 'lib/matplotlib/mathtext.py'

2009-03-23 Thread Nils Wagner
Hi all, I cannot install matplotlib from recent svn. python setup.py install --prefix=$HOME/local BUILDING MATPLOTLIB matplotlib: 0.98.6svn python: 2.5.1 (r251:54863, Dec 21 2007,

[matplotlib-devel] Test

2009-02-18 Thread Nils Wagner
python -i svn/matplotlib/test/run-mpl-test.py ... == FAIL: Test numpy shaped data. -- Traceback (most recent call last): File

[matplotlib-devel] backends/_tkagg.so: undefined symbol

2009-02-03 Thread Nils Wagner
Hi all, I am using latest svn. My script worked until last week. If I run it now matplotlib version 0.98.6svn verbose.level helpful interactive is False units is False platform is linux2 Using fontManager instance from /data/home/nwagner/.matplotlib/fontList.cache Traceback (most recent call

[matplotlib-devel] Fwd: python make.py html

2009-01-29 Thread Nils Wagner
--- the forwarded message follows --- ---BeginMessage--- On Thu, 29 Jan 2009 16:11:35 -0500 Michael Droettboom md...@stsci.edu wrote: Comments below. Nils Wagner wrote: Hi all, I tried to build the HTML documentation. Here are some failures matplotlib/doc/mpl_examples/pylab_examples

Re: [matplotlib-devel] Status of pylab example loadrec.py

2008-12-11 Thread Nils Wagner
On Wed, 10 Dec 2008 21:11:12 -0600 John Hunter [EMAIL PROTECTED] wrote: On Wed, Dec 10, 2008 at 4:26 PM, John Hunter [EMAIL PROTECTED] wrote: Is it planned to adapt the example wrt xlwt ? http://pypi.python.org/pypi/xlwt True it is no longer maintained, but it does work. We are

Re: [matplotlib-devel] Status of pylab example loadrec.py

2008-12-11 Thread Nils Wagner
On Thu, 11 Dec 2008 09:13:02 +0100 Nils Wagner [EMAIL PROTECTED] wrote: On Wed, 10 Dec 2008 21:11:12 -0600 John Hunter [EMAIL PROTECTED] wrote: On Wed, Dec 10, 2008 at 4:26 PM, John Hunter [EMAIL PROTECTED] wrote: Is it planned to adapt the example wrt xlwt ? http://pypi.python.org

Re: [matplotlib-devel] Status of pylab example loadrec.py

2008-12-11 Thread Nils Wagner
On Thu, 11 Dec 2008 10:33:20 -0800 Andrew Straw straw...@astraw.com wrote: Hi Nils. I think I fixed the issue causing the traceback with r6563. Can you please update and try again with text.usetex enabled? My guess is that you don't have dvipng installed, which was causing the detection

[matplotlib-devel] Status of pylab example loadrec.py

2008-12-10 Thread Nils Wagner
Hi all, The example loadrec.py illustrates the usage of PyExcelerator. However it seems PyExcelerator is no longer maintained Is it planned to adapt the example wrt xlwt ? http://pypi.python.org/pypi/xlwt Cheers, Nils

[matplotlib-devel] Display problems

2008-08-08 Thread Nils Wagner
Hi all, I have installed matplotlib locally on a linux box (without root access). Is it possible for o t h e r users to use my local matplotlib installation ? The problem is that show() doesn't produce a result on the screen. Any pointer would be appreciated. Nils

Re: [matplotlib-devel] Display problems

2008-08-08 Thread Nils Wagner
On Fri, 8 Aug 2008 08:47:11 -0500 John Hunter [EMAIL PROTECTED] wrote: On Fri, Aug 8, 2008 at 8:20 AM, Nils Wagner [EMAIL PROTECTED] wrote: I have installed matplotlib locally on a linux box (without root access). Is it possible for o t h e r users to use my local matplotlib installation

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

2008-07-29 Thread Nils Wagner
On Tue, 29 Jul 2008 12:10:09 -0400 Paul Kienzle [EMAIL PROTECTED] wrote: On Tue, Jul 29, 2008 at 05:46:59PM +0200, Nils Wagner wrote: On Mon, 28 Jul 2008 15:32:38 -0400 WxPython experts: what version do we require? If it is earlier than 2.8, then it appears we badly need a testing

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

2008-07-29 Thread Nils Wagner
On Tue, 29 Jul 2008 13:01:04 -0500 John Hunter [EMAIL PROTECTED] wrote: On Tue, Jul 29, 2008 at 11:19 AM, Nils Wagner [EMAIL PROTECTED] wrote: Is that correct ? I will try it asap. Thanks in advance OK, I just added a compatibility method for isShownOnScreen. Can you give svn

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

2008-07-28 Thread Nils Wagner
--- the forwarded message follows --- ---BeginMessage--- On Sun, 27 Jul 2008 07:19:24 -1000 Eric Firing [EMAIL PROTECTED] wrote: Nils Wagner wrote: Hi all, I found a new bug $HOME=/home/nwagner matplotlib data path /usr/lib/python2.4/site-packages/matplotlib/mpl-data loaded rc file

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

2008-07-27 Thread Nils Wagner
Hi all, I found a new bug $HOME=/home/nwagner matplotlib data path /usr/lib/python2.4/site-packages/matplotlib/mpl-data loaded rc file /home/nwagner/matplotlibrc matplotlib version 0.98.3rc1 verbose.level helpful interactive is False units is False platform is linux2

[matplotlib-devel] ParseFatalException: Expected end of math '$'

2008-07-25 Thread Nils Wagner
Hi all, Is there a way to use title(r'$ M= I_3 K=\left[\begin{array}{rrr} 2\,k -k 0 \\ -k 2\,k+p -(k+p) \\ 0 -(k+p) k+p\end{array}\right]$') It currently fails with Exception in Tkinter callback Traceback (most recent call last): File

[matplotlib-devel] matplotlib hangs

2008-06-24 Thread Nils Wagner
Hi all, Since *yesterday* I have some trouble with pylab. Some program hang. I cannot use Ctrl C to kill them. Ctrl Z works. If I use ps I get 1091 pts/500:00:02 python 1119 pts/500:00:00 gs defunct gs is somehow connected to my problem. I can kill the job by kill -9 1091. Then the

Re: [matplotlib-devel] PNG transparency

2008-06-18 Thread Nils Wagner
On Wed, 18 Jun 2008 09:17:27 -0500 John Hunter [EMAIL PROTECTED] wrote: On Wed, Jun 18, 2008 at 8:56 AM, Nils Wagner [EMAIL PROTECTED] wrote: Is it possible to produce transparent png's with mpl ? Yes, but you must explicitly set the transparency on every object you want

[matplotlib-devel] IndexError: Unexpected SeqBaseT length.

2008-06-11 Thread Nils Wagner
Hi all, If I run the attached test I obtain an IndexError: Unexpected SeqBaseT length python -i test_struve.py --verbose-helpful $HOME=/home/nwagner CONFIGDIR=/home/nwagner/.matplotlib matplotlib data path /usr/local/lib64/python2.5/site-packages/matplotlib/mpl-data loaded rc file

[matplotlib-devel] Blocker

2008-06-09 Thread Nils Wagner
Hi all, I cannot build matplotlib from svn since last Friday. Any idea ? Nils cc1plus: Warnung: Kommandozeilenoption -Wstrict-prototypes ist gültig für Ada/C/ObjC, aber nicht für C++ g++ -pthread -shared build/temp.linux-x86_64-2.5/agg24/src/agg_curves.o

Re: [matplotlib-devel] AttributeError: 'FigureCanvasWxAgg' object has no attribute 'SetInitialSize'

2008-06-09 Thread Nils Wagner
On Mon, 09 Jun 2008 07:41:05 -1000 Eric Firing [EMAIL PROTECTED] wrote: Nils Wagner wrote: Hi Eric, I have still some trouble with the following example taken from openopt /usr/bin/python -i nlp_3.py starting solver ipopt (license: CPL) with problem nlp3 [PyIPOPT] Ipopt will use

[matplotlib-devel] AttributeError: 'FigureCanvasWxAgg' object has no attribute 'SetInitialSize'

2008-06-07 Thread Nils Wagner
Hi all, I have some trouble with matplotlib's svn version. Any pointer would be appreciated. Thanks in advance Nils /usr/bin/python -i nlp_3.py --verbose-helpful $HOME=/home/nwagner matplotlib data path /usr/lib/python2.4/site-packages/matplotlib/mpl-data loaded rc

[matplotlib-devel] 3D bar charts

2008-05-19 Thread Nils Wagner
Hi there, Is there any python tool to plot 3D bar graphs/charts ? Any pointer would be appreciated. Thanks in advance Nils - This SF.net email is sponsored by: Microsoft Defy all challenges.

[matplotlib-devel] Trouble with mathtext.py

2008-01-04 Thread Nils Wagner
Hi all, I have some trouble with the following lines title(r'$\underline{\lambda}_n$= '+str(f)) plot(arange(0,len(data)),data,lw=2) xlabel('Iterations') ylabel('Largest eigenvalue') savefig('yuanlbl.png') IIRC the code worked before the recent changes in svn. How can I resolve the problem ?

[matplotlib-devel] Typo in logo.py

2007-12-13 Thread Nils Wagner
Hi all, It should be float32 instead of Float32. python logo.py Traceback (most recent call last): File logo.py, line 7, in ? x = 1000*0.1*fromstring( NameError: name 'Float32' is not defined Nils - SF.Net email is

Re: [matplotlib-devel] Typo in logo.py

2007-12-13 Thread Nils Wagner
On Thu, 13 Dec 2007 09:07:42 +0100 Nils Wagner [EMAIL PROTECTED] wrote: Hi all, It should be float32 instead of Float32. python logo.py Traceback (most recent call last): File logo.py, line 7, in ? x = 1000*0.1*fromstring( NameError: name 'Float32' is not defined Nils

[matplotlib-devel] Adding a water mark to a plot

2007-12-11 Thread Nils Wagner
Hi all, Is it possible to add a water mark to a plot ? Nils - SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source.

[matplotlib-devel] font_manager.py

2007-12-10 Thread Nils Wagner
Hi all, python setup.py install --prefix=$HOME/local results in font_manager.py, line 115 finally: ^ SyntaxError: invalid syntax Nils I am using python2.3. - SF.Net email is sponsored by: Check out the

[matplotlib-devel] TypeError: sort() takes no keyword arguments

2007-11-21 Thread Nils Wagner
Hi all, I have installed matplotlib via svn on Centos (x86-64 python2.3). If I try to import pylab I get Python 2.3.4 (#1, May 2 2007, 19:18:17) [GCC 3.4.6 20060404 (Red Hat 3.4.6-8)] on linux2 Type help, copyright, credits or license for more information. from pylab import plot, show

[matplotlib-devel] Cannot build matplotlib from latest svn

2007-08-01 Thread Nils Wagner
Hi all, I cannot build matplotlib from latest svn. I am using SuSE Linux 10.0 on x86_64. python setup.py install BUILDING MATPLOTLIB matplotlib: 0.90.1 (r3634) platform: linux2 REQUIRED

Re: [matplotlib-devel] Cannot build matplotlib from latest svn

2007-08-01 Thread Nils Wagner
Michael Droettboom wrote: I suspect you're running an earlier version of pygtk than I am that doesn't have pygobject_version. Please update matplotlib and try again. Thanks for finding this bug. Cheers, Mike Nils Wagner wrote: Hi all, I cannot build matplotlib from latest svn. I am

[matplotlib-devel] texmanager.py:137

2007-07-24 Thread Nils Wagner
Hi all, Is there a way to suppress the warning /usr/local/lib64/python2.5/site-packages/matplotlib/texmanager.py:137: UserWarning: No LaTeX-compatible font found for the sans-serif font family in rcParams. Using default. warnings.warn('No LaTeX-compatible font found for the %s font family in

[matplotlib-devel] error: package directory 'lib/matplotlib/numerix/mlab' does not exist

2007-07-20 Thread Nils Wagner
Hi, I cannot install matplotlib from latest svn. error: package directory 'lib/matplotlib/numerix/mlab' does not exist Nils - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio

Re: [matplotlib-devel] error: package directory 'lib/matplotlib/numerix/mlab' does not exist

2007-07-20 Thread Nils Wagner
Eric Firing wrote: Nils, Two more commits, now at 3584, and I think I have it straightened out. I hope so. I'm going offline for 8 hours or so, so if it is not fixed now either someone else will have to do it, or it will have to wait. Eric Hi Eric, Works for me ! Thank you

[matplotlib-devel] Cannot access svn

2007-07-10 Thread Nils Wagner
svn: PROPFIND request failed on '/svnroot/matplotlib/trunk/matplotlib' svn: PROPFIND of '/svnroot/matplotlib/trunk/matplotlib': Could not resolve hostname `svn.sourceforge.net': Host not found (https://svn.sourceforge.net) Is this a temporary problem ? Nils

Re: [matplotlib-devel] Cannot access svn

2007-07-10 Thread Nils Wagner
John Hunter wrote: On 7/10/07, Darren Dale [EMAIL PROTECTED] wrote: I ended up checking out the entire repository again. It seems that the working address is now matplotlib.svn.sourceforge.net/svn/matplotlib, instead of svn.sourceforge.net/svn/matplotlib. Nothing is working for

Re: [matplotlib-devel] Installation problem matplotlib svn

2007-01-16 Thread Nils Wagner
On Tue, 16 Jan 2007 09:38:54 +0800 Steve Chaplin [EMAIL PROTECTED] wrote: On Mon, 2007-01-15 at 10:57 -0800, [EMAIL PROTECTED] wrote: Hi, I cannot install the latest matplotlib on openSUSE10.2 python setup.py install yields OK, I've updated