]> granicus.if.org Git - python/commitdiff
Longer default PYTHONPATH will find test, tkinter, and shared modules
authorGuido van Rossum <guido@python.org>
Tue, 13 May 1997 19:21:22 +0000 (19:21 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 13 May 1997 19:21:22 +0000 (19:21 +0000)
in the build tree, when the current directory is the build tree root.

PC/config.h

index 0d18d4bafc0e901d7835a3aee6d962c1997c0830..80ffdec1dc3758c1b5e0185c4b017ed7b9d68399 100644 (file)
@@ -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)