Hi Robert,

Am 01.05.13 10:06, schrieb Robert Flintham:
Thanks Kevin, that looks great.  It's having trouble finding TkDND
though - is there a certain place in the "Python27" directory that
it's most likely to look?  It's currently under Lib/site-packages,
but I'm suspicious that Tk/Tkinter has its own library somewhere.

Does it do a "package require?" In that case, check your auto path

        tk.eval('set auto_path')
Tcl looks for the libs in the folders listed there.

Christian - you were right.  The TkDND DLL looks to be for x64.  Is
there a way around this?


Just download the right version:

http://sourceforge.net/projects/tkdnd/files/Windows%20Binaries/TkDND%202.6/

I haven't checked the content, but expect the "*ix86.tar.gz" file to be 32 bit, whereas the "*x86_64.tar.gz" is 64 bit (despite the "win32" in the name).

You can extract tar.gz using winzip for example. I think it is a mistake to package Windows binaries using tar.gz instead of ZIP.

        Christian
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to