We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e2ee5 commit bc17d29Copy full SHA for bc17d29
1 file changed
Mac/mwerks/mwerks_nonshared_config.h
@@ -14,7 +14,7 @@
14
#define USE_MACCTB /* Include ctb module in core Python */
15
/* #define USE_STDWIN /* Include stdwin module in core Python */
16
/* #define USE_MACTCP /* Include mactcp (*not* socket) modules in core */
17
-/* #define USE_TK /* Include _tkinter module in core Python */
18
-/* #define MAC_TCL /* This *must* be on if USE_TK is on */
+#define USE_TK /* Include _tkinter module in core Python */
+#define MAC_TCL /* This *must* be on if USE_TK is on */
19
/* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
20
/* #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
0 commit comments