From 52f491526995695969aa4d4dc04477db0ce081d6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 11 Apr 1998 02:31:30 +0000 Subject: Oops, ".\DLLs" should be in the default path now. --- PC/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PC/config.h b/PC/config.h index a8a565e..a411ab8 100644 --- a/PC/config.h +++ b/PC/config.h @@ -64,7 +64,7 @@ you must define MS_NO_COREDLL (do not test this macro) */ #else #define COMPILER "[MSC (Unknown)]" #endif -#define PYTHONPATH ".\\lib;.\\lib\\plat-win;.\\lib\\lib-tk" +#define PYTHONPATH ".\\DLLs;.\\lib;.\\lib\\plat-win;.\\lib\\lib-tk" typedef int pid_t; #define WORD_BIT 32 #pragma warning(disable:4113) -- cgit v0.12