Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc17d29

Browse files
committed
Turn on USE_TK and MAC_TCL by default
1 parent 93e2ee5 commit bc17d29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mac/mwerks/mwerks_nonshared_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#define USE_MACCTB /* Include ctb module in core Python */
1515
/* #define USE_STDWIN /* Include stdwin module in core Python */
1616
/* #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 */
17+
#define USE_TK /* Include _tkinter module in core Python */
18+
#define MAC_TCL /* This *must* be on if USE_TK is on */
1919
/* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
2020
/* #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */

0 commit comments

Comments
 (0)