From e0332c71737f85dd616bf5aa0a9141e466c82cc0 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 13 May 1997 19:21:22 +0000 Subject: Longer default PYTHONPATH will find test, tkinter, and shared modules in the build tree, when the current directory is the build tree root. --- PC/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PC/config.h b/PC/config.h index 0d18d4b..80ffdec 100644 --- a/PC/config.h +++ b/PC/config.h @@ -68,7 +68,7 @@ you must define MS_NO_COREDLL (do not test this macro) */ #else #define COMPILER "[MSC (Unknown)]" #endif -#define PYTHONPATH ".\\lib;.\\lib\\win" +#define PYTHONPATH ".\\lib;.\\lib\\win;\\lib\\test;\\lib\\tkinter;.\\vc40" typedef int pid_t; #define WORD_BIT 32 #pragma warning(disable:4113) -- cgit v0.12