2.2 schizo win32 linkage

Gerhard =?unknown-8bit?Q?H=E4ring?= gerhard at bigfoot.de
Sat Apr 6 19:14:30 EST 2002


* Robin Becker <robin at jessikat.fsnet.co.uk> [2002-04-07 00:04 +0100]:
> In article <slrnaauuj6.tl.gerhard at lilith.my-fqdn.de>, Gerhard H?ring
> <gerhard at bigfoot.de> writes
> ...
> >
> >The best solution I can think of is for dependencies of an extension
> >module to place them in the same directory as the extension module:
> >this is where Windows searches first when trying to satisfy the DLL
> >dependency.
> so where should Python's tcl/tk dlls live. Other extensions also depend
> on them.

But these other extensions depend on tkinter, not on the tcl/tk dlls
directly, right?

These DLLs should go in the same directory as _tkinter.pyd, which should
be in site-packages.

Gerhard





More information about the Python-list mailing list