pyinstall and matplotlib

Stef Mientki S.Mientki-nospam at mailbox.kun.nl
Tue Feb 19 04:57:46 EST 2008


>>> Traceback (most recent call last):
>>>   File "multicolor.py", line 11, in ?
>>>   File "pylab.pyc", line 1, in ?
>>>   File "matplotlib\pylab.pyc", line 222, in ?
>>>   File "matplotlib\backends\__init__.pyc", line 24, in pylab_setup
>>>   File "matplotlib\backends\backend_tkagg.pyc", line 7, in ?
>>> ImportError: No module named Tkinter
>>> Any ideas?
>>> Thanks,
>> BTW: I don't use Tkinter for GUI, I use PythonCard and wxPython.  May
>> be the Tkinter is invoked by the multicolor.py sample?
> 
> I tried another application which I know for sure doesn't use Tkinter
> and yet it still tries to invoke Tkinter.  So, I need to disable the
> backend_tkagg.pyc somehow.
> 
> Any suggestions?
> 
> Thanks,

hi John,

I've started a discussion on the MatPlotLib list,
(and others, but now limited to matplotlib-list)
you might want to follow the discussion over there.
I just read that the real solution seems to be in setup.cfg,
and AFAIK that file is missing in the distro.

cheers,
Stef



More information about the Python-list mailing list