
I've really got a strange problem. I've got a C++ app that uses the Python/C API. All of the python standard modules are stored in a file python31.zip. Most modules import fine except tkinter... and of course it also happens to be the one I need. I get a message "could not find module _tkinter". How can I bundle tkinter with my app?
- George
Eligible CDN College & University students can upgrade to Windows 7 before Jan 3 for only $39.99. Upgrade now! http://go.microsoft.com/?linkid=9691819

Never mind. I figured it out. I needed to include _tkinter.pyd and the tcl/tk DLLs.
- George
From: george_edison55@hotmail.com To: capi-sig@python.org Date: Sat, 14 Nov 2009 23:30:13 -0800 Subject: [capi-sig] How to bundle tkinter?
I've really got a strange problem. I've got a C++ app that uses the Python/C API. All of the python standard modules are stored in a file python31.zip. Most modules import fine except tkinter... and of course it also happens to be the one I need. I get a message "could not find module _tkinter". How can I bundle tkinter with my app?
- George
Eligible CDN College & University students can upgrade to Windows 7 before Jan 3 for only $39.99. Upgrade now! http://go.microsoft.com/?linkid=9691819
capi-sig mailing list capi-sig@python.org http://mail.python.org/mailman/listinfo/capi-sig
Windows Live: Keep your friends up to date with what you do online. http://go.microsoft.com/?linkid=9691815
participants (1)
-
Nathan Osman