Re: [Vnc2swf-users] pyvnc2swf-0.6.4 released!
Status: Alpha
Brought to you by:
euske
From: Yusuke S. <yu...@cs...> - 2005-08-24 15:23:01
|
Looks like you didn't install the tkinter package, which usually comes with Python distribution, but might be separate package in some distro. Please try installing tkinter or python-tkinter or something (depending on your distro). Yusuke Ezequias Rodrigues da Rocha <eze...@re...> wrote: > Yusuke, > > I tryed to load the gui you send me but it is not working for me. > > Error message is below: > > [root@dc pyvnc2swf-0.6.4]# rpm -q pyton > o pacote pyton n?o est? instalado > [root@dc pyvnc2swf-0.6.4]# rpm -q python > python-2.4.1-2 > [root@dc pyvnc2swf-0.6.4]# ./vnc2swf.py > Traceback (most recent call last): > File "./vnc2swf.py", line 8, in ? > import Tkinter, tkFileDialog, tkMessageBox > ImportError: No module named Tkinter > [root@dc pyvnc2swf-0.6.4]# |