diff options
Diffstat (limited to 'PC/readme.txt')
-rw-r--r-- | PC/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/readme.txt b/PC/readme.txt index cdfc0a5..5cee8fd 100644 --- a/PC/readme.txt +++ b/PC/readme.txt @@ -33,7 +33,7 @@ C:/python, and copy all library files and subdirectories (using XCOPY) to C:/python/lib. Then you don't need to set PYTHONPATH. Otherwise,
set the environment variable PYTHONPATH to your Python search path.
For example,
- set PYTHONPATH=.;d:\python\lib;d:\python\lib\win;d:\python\lib\dos_8x3
+ set PYTHONPATH=.;d:\python\lib;d:\python\lib\win;d:\python\lib\dos-8x3
There are several add-in modules to build Python programs which use
the native Windows operating environment. The ports here just make
|