the error message upon importing matplotlib any more, but run into
TCL error before plot shows up. Guess I need to try cleaning up TCL version
issue.
--- On Tue, 2/2/10, Jan Breeman wrote:
From: Jan Breeman
Subject: Re: [Matplotlib-users] problem with import pylab
To: hulu...@yahoo.com
Dat
- Original Message
From: Christoph Gohlke
To: H L
Cc: matplotlib-users@lists.sourceforge.net
Sent: Mon, January 18, 2010 5:04:22 PM
Subject: Re: [Matplotlib-users] problem with import pylab
The extension _TKAGG.PYD depends on TK84.DLL, TCL84.DLL, MSVCP71.DLL,
and MSVCR71.DLL. Make
te:
>
>
> From: Erik Tollerud
> Subject: Re: [Matplotlib-users] problem with import pylab
> To: "H L"
> Date: Sunday, January 17, 2010, 9:18 PM
>
> Just based on the traceback, the problem seems to be in Tk - does
> anything in tk work for yo
: Erik Tollerud
Subject: Re: [Matplotlib-users] problem with import pylab
To: "H L"
Date: Sunday, January 17, 2010, 9:18 PM
Just based on the traceback, the problem seems to be in Tk - does anything in
tk work for you? (e.g. any of the builtin python gui stuff) You might try
install
Just based on the traceback, the problem seems to be in Tk - does anything
in tk work for you? (e.g. any of the builtin python gui stuff) You might
try installing wx and changing your matplotlibrc file to have the line
"backend:WxAgg" in it. I've never tried using the wx backend on windows
(anyon
Hello:
I am having problem with "import pylab". I attached the traceback below. I have
googled on the web but haven't found a solution. Can someone here help?
I have ActivePython 2.5, numpy-1.4.0-win32, and
matplotlib-0.99.1.win32-py2.5.exe, and Windows XP SP3.
---