On 2:59 PM, Massi wrote: > I everyone, > > I'm trying to write a setup file for py2exe (0.6.9) to convert my > script into a windows (on win 7) executable. In my script (python2.6) > I use PyQt and matplotlib. Here is the setup.py file: <snip> > ImportError: No module named Tkinter > > Obviously Tkinter is not imported since I'm using pyqt, so can anyone > point me out what I'm doing wrong? > Thanks in advance!
PyQt doesn't use Tkinter, but matplotlib does! -John -- http://mail.python.org/mailman/listinfo/python-list