<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<blockquote
cite="mid1121336778.344208.224820@f14g2000cwb.googlegroups.com"
type="cite">
<pre wrap="">
The module can be used with both standard Tkinter and Tix, and makes it
quite easy to e.g. drop a bunch of files from a file manager onto any
Tkinter widget.
It comes with a basic reference manual and a small demo app.
It can be found at
<a class="moz-txt-link-rfc2396E" href="http://www.8ung.at/klappnase/TkinterDnD/TkinterDnD.html"><http://www.8ung.at/klappnase/TkinterDnD/TkinterDnD.html></a>.
Any feedback is much appreciated.
Best regards
Michael
</pre>
</blockquote>
<br>
Hi Michael and list,<br>
<br>
I tried to run dnddemo.py (win XP, Python2.4).<br>
<br>
but get:<br>
<br>
File "C:\Documents and
Settings\Tim\Bureaublad\installes_pc_mac\programming\python\TkinterDnD-0.4\TkinterDnD\TkinterDnD.py",
line 333, in _require<br>
tkdndver = tkroot.tk.call('package', 'require', 'tkdnd')<br>
TclError: can't find package tkdnd<br>
<br>
Probably something went wrong installing tkdnd.<br>
I got the libtkdnd10.dll from
<a class="moz-txt-link-freetext" href="http://mirror.optusnet.com.au/sourceforge/t/tk/tkdnd/">http://mirror.optusnet.com.au/sourceforge/t/tk/tkdnd/</a> but am not so
sure where to put it.<br>
The installation section on
<a class="moz-txt-link-freetext" href="http://www.iit.demokritos.gr/~petasis/Tcl/tkDND/tkDND.html">http://www.iit.demokritos.gr/~petasis/Tcl/tkDND/tkDND.html</a><br>
<br>
'If your platform is <b>Microsoft Windows</b>, then allong with the
distribution
there is a stubs enabled dynamic library (dll) that was built
against tk8.4a1, with the use of VC++ 5.0. If you cannot use the
provided
binary, then you can always create the required library by using the
VC++
project files located in the "win" directory of the tkDND distribution.
In all other cases, you should create the library only from the files
located in the directories "win" (*.cpp *.h) and "generic" (*.c *.h).
You will need a C++ compiler for this.'<br>
<br>
wasn't very helpful for me.<br>
<br>
Maybe someone can give me a simple howto for installing this?<br>
<br>
thank you,<br>
Tim<br>
<br>
</body>
</html>