Compiling Python with Tkinter and win32gui
Martin v. Löwis
martin at v.loewis.de
Fri Jun 27 16:51:27 EDT 2003
thomas.nuecker at web.de (Thomas Nücker) writes:
> I want to use Tkinter and win32gui with the python.dll. How do I have
> to configure the compilation and Python itself so i can use Tkinter
> and win32gui modules?
Not sure what you mean by "with the python.dll". Do you want _tkinter
to live *in* the pythonxy.dll? If so, you need to edit config.c, and
add _tkinter.c to the Python core project.
If you merely want to compile _tkinter.pyd, you should read
README.TXT.
HTH,
Martin
More information about the Python-list
mailing list