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
-- http://mail.python.org/mailman/listinfo/python-list