Tkinter + Tcl help
sunitajain at gmail.com
sunitajain at gmail.com
Tue Jul 5 02:16:25 EDT 2005
Hello all,
I have a Tcldot package which I am using with Tcl (I source the package
by 'load .....\libtcldot.so.0' command.
Now I want to use this package in Tkinter.
Can anyone suggest me how to do this?
I tried the foll:
root=Tk()
root.tk.eval('load ......\libtcldot.so.0')
root.mainloop()
But I get error this way.
Any suggestions would be the most useful.
Thanks,
Sunita
More information about the Python-list
mailing list