Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #44582

Re: Drag and drop in Windows

From Christian Gollwitzer <auriocus@gmx.de>
Newsgroups comp.lang.python
Subject Re: Drag and drop in Windows
Date 2013-05-01 10:25 +0200
Organization A noiseless patient Spider
Message-ID <klqjbi$co4$1@dont-email.me> (permalink)
References <mailman.1148.1367231567.3114.python-list@python.org> <20130430231705.EB0BC44A84B@nhs-pd1e-esg008.ad1.nhs.net> <mailman.1209.1367395612.3114.python-list@python.org>

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Drag and drop in Windows Robert Flintham <Robert.Flintham@uhb.nhs.uk> - 2013-04-29 11:25 +0100
  Re: Drag and drop in Windows Christian Gollwitzer <auriocus@gmx.de> - 2013-04-29 22:38 +0200
  RE: Drag and drop in Windows Robert Flintham <Robert.Flintham@uhb.nhs.uk> - 2013-04-30 09:39 +0100
    Re: Drag and drop in Windows Christian Gollwitzer <auriocus@gmx.de> - 2013-04-30 14:08 +0200
  Re: Drag and drop in Windows Kevin Walzer <kw@codebykevin.com> - 2013-04-30 10:33 -0400
  Re: Drag and drop in Windows Kevin Walzer <kw@codebykevin.com> - 2013-04-30 19:09 -0400
  RE: Drag and drop in Windows Robert Flintham <Robert.Flintham@uhb.nhs.uk> - 2013-05-01 09:06 +0100
    Re: Drag and drop in Windows Christian Gollwitzer <auriocus@gmx.de> - 2013-05-01 10:25 +0200

csiph-web