Re: [Vnc2swf-users] vnc2swf dosn't start
Status: Alpha
Brought to you by:
euske
From: Douglas S. B. <db...@br...> - 2005-10-28 19:30:17
|
On Fri, 2005-10-28 at 18:14 +0200, panda wrote: > Hi! > > I have tryed to start vnc2swf and everytime I get this error message: > > >> > vnc2swf.py > , line 27, in ? > import Tkinter, tkFileDialog, tkMessageBox > ImportError: No module named Tkinter > << > > Im using Windows XP SP2, Python 2.4, TightVNC 1.2.9 and pyvnc2swf-0.7.1. > I hope you can help me. Panda, You probably need to do what the error is complaining about: you need to install Tkinter. Many Python packages come with Tkinter. Maybe yours didn't? -Doug > thx > panda > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. > Get Certified Today * Register for a JBoss Training Course > Free Certification Exam for All Training Attendees Through End of 2005 > Visit http://www.jboss.com/services/certification for more information > _______________________________________________ > Vnc2swf-users mailing list > Vnc...@li... > https://lists.sourceforge.net/lists/listinfo/vnc2swf-users > -- Douglas S. Blank Computer Science Assistant Professor Bryn Mawr College (610)526-6501 http://cs.brynmawr.edu/~dblank |