Hi, I am repeating this question again. I was told that there is a library available that allows you to create non-rectangular windows in Python-Tkinter (like the Windows Media Player). Can anyone please tell me if there is any other library available or how to install this.
I am trying to install tkdnd and its tkinter wrapper available from these sites http://sourceforge.net/projects/tkdnd http://www.8ung.at/klappnase/TkinterDnD/TkinterDnD.html I have placed the TkinterDnD.py in the lib-Tk folder of Python. I have also unzipped and placed the tkdnd-1.0a2 (contains the demo, lib, doc folders) folder in Tcl\lib folder. There are two dlls available. They are: libtkdnd.dll and libtkdnd10.dll. I am not to sure where to place them. Now when I type the following commands, I get the error shown below: >>> from Tkinter import * >>> import TkinterDnD >>> root = TkinterDnD.Tk() Traceback (most recent call last): File "<interactive input>", line 1, in ? File "c:\Python23\lib\TkinterDnD.py", line 104, in __init__ self.tk.eval('package require tkdnd') TclError: can't find package tkdnd Can anyone please tell me what I am doing wrong. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Tkinter-discuss mailing list [email protected] http://mail.python.org/mailman/listinfo/tkinter-discuss
