Re: [Matplotlib-users] problem with import pylab

2010-02-02 Thread H L
I haven't really resolved the issue yet.   Christoph mentioned the extension _TKAGG.PYD depends on TK84.DLL, TCL84.DLL, MSVCP71.DLL, and MSVCR71.DLL. Search to see if you miss any of the files.   I found TK85 and TCL85 are installed instead. After installing ActiveTCL8.4 I don't see the error me

Re: [Matplotlib-users] problem with import pylab

2010-01-18 Thread H L
: 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

[Matplotlib-users] problem with import pylab

2010-01-17 Thread H L
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. ---