From: Guido van Rossum Date: Tue, 13 May 1997 19:21:22 +0000 (+0000) Subject: Longer default PYTHONPATH will find test, tkinter, and shared modules X-Git-Tag: v1.5a2~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0332c71737f85dd616bf5aa0a9141e466c82cc0;p=python Longer default PYTHONPATH will find test, tkinter, and shared modules in the build tree, when the current directory is the build tree root. --- diff --git a/PC/config.h b/PC/config.h index 0d18d4bafc..80ffdec1dc 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)