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

Skip to content

Commit ccf0a44

Browse files
committed
Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win to
plat-win, get rid of test (which is now a package).
1 parent b74eca9 commit ccf0a44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PC/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ you must define MS_NO_COREDLL (do not test this macro) */
6464
#else
6565
#define COMPILER "[MSC (Unknown)]"
6666
#endif
67-
#define PYTHONPATH ".\\lib;.\\lib\\win;.\\lib\\test;.\\lib\\tkinter"
67+
#define PYTHONPATH ".\\lib;.\\lib\\plat-win;.\\lib\\lib-tk"
6868
typedef int pid_t;
6969
#define WORD_BIT 32
7070
#pragma warning(disable:4113)

0 commit comments

Comments
 (0)