From: Guido van Rossum Date: Sat, 11 Apr 1998 02:31:30 +0000 (+0000) Subject: Oops, ".\DLLs" should be in the default path now. X-Git-Tag: v1.5.1~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52f491526995695969aa4d4dc04477db0ce081d6;p=python Oops, ".\DLLs" should be in the default path now. --- diff --git a/PC/config.h b/PC/config.h index a8a565efda..a411ab87a7 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)