|
From: Erik T. <eri...@gm...> - 2010-01-18 05:19:44
|
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 (anyone done this?), but presumably it should work... On Fri, Jan 15, 2010 at 5:47 PM, H L <hu...@ya...> wrote: > 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. > -------------------------------------- > Traceback (most recent call last): > File "<interactive input>", line 1, in <module> > File "C:\Python25\lib\site-packages\pylab.py", line 1, in <module> > from matplotlib.pylab import * > File "C:\Python25\lib\site-packages\matplotlib\pylab.py", line 247, in > <module> > from matplotlib.pyplot import * > File "C:\Python25\lib\site-packages\matplotlib\pyplot.py", line 78, in > <module> > new_figure_manager, draw_if_interactive, show = pylab_setup() > File "C:\Python25\lib\site-packages\matplotlib\backends\__init__.py", > line 25, in pylab_setup > globals(),locals(),[backend_name]) > File > "C:\Python25\lib\site-packages\matplotlib\backends\backend_tkagg.py", line > 8, in <module> > import tkagg # Paint image to Tk photo blitter > extension > File "C:\Python25\lib\site-packages\matplotlib\backends\tkagg.py", line > 1, in <module> > import _tkagg > ImportError: DLL load failed: The specified module could not be found. > > Thanks. > > HL > > > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for > Conference > attendees to learn about information security's most important issues > through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > |