home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / unix / PYTHONWIN-09-6.EXE / DISK1 / README.TXT < prev    next >
Text File  |  1996-05-02  |  3KB  |  66 lines

  1. Notes for pythonwin - Version 0.9.
  2. Mark Hammond <MHammond@skippinet.com.au>                May 3, 1996
  3. -------------------------------------------------------------------
  4. This is a common readme for all versions.
  5.  
  6. *** Please make sure you have the correct distribution ***
  7.  
  8. pythonwin-09-?.exe - Windows NT/95, with "setup" utility.
  9. pythonwin-09-?.zip - Windows NT//95 - manual install procedure.
  10. py31-09-?.exe      - Windows 3.1, with "setup" utility.
  11. py31-09-?.zip      - Windows 3.1 - manual install procedure.
  12.  
  13. If installing this over an old Python installation, please remove
  14. _ALL_ old files before installation (use the "Uninstall" option if
  15. available, but you must manually clean the .pyc files, which can
  16. cause trouble.)
  17.  
  18. For information on the use of "PythonPath" and the registry, 
  19. see the Pythonwin documentation index at www.python.org, and 
  20. follow the link.
  21.  
  22. SETUP UTILITY VERSIONS:
  23.  This is a WinZip self extracting archive - now a Windows program.
  24.  It should be recognised as a .zip file by all zip tools.
  25.  
  26.  Before installing, please remove any "\TEMP\DISK1" directories.
  27.  
  28.  To install this software, double-click on the filename in FileManager
  29.  or Explorer.  This will you present you with a WinZip dialog box.
  30.  Leaving the default options selected will unzip the installation
  31.  file, and automatically run "setup" for you.
  32.  
  33. MANUAL INSTALL VERSIONS:
  34.  If on Windows NT/95, ensure you are using a tool which can handle
  35.  long file names, such as WinZip 6, or ??? (NOT the DOS version of
  36.  pkunzip.exe)
  37.  
  38.  Look for "MFC40.DLL" and "MSVCRT40.DLL" in your \WINDOWS\SYSTEM
  39.  (or \WINDOWS\SYSTEM32 for NT) directory.  If not, download
  40.  msdlls32.zip (for windows 95/nt) or msdlls31.zip (for Windows 3.1)
  41.  Unzip this, and copy into the system directory.
  42.  
  43.  Create the directory where you wish to have Python installed.
  44.  
  45.  Unzip the distribution in this directory, remembering to 
  46.  re-create the directory structure.
  47.  
  48.  NT/95 - from a command prompt in the Python directory, run the
  49.  command "python scripts\regsetup.py".
  50.  
  51.  Windows 3.1 - from file manager, select "pythonwi.exe".  Select
  52.  the "File" menu, then "Run".  Change the command line to
  53.  "pythonwi.exe /run scripts\regsetup.py", and press <enter>.
  54.  
  55.  Setup icons to Pythonwin.exe, python.exe, hlp files etc.
  56.  
  57.  Off you go!
  58.  
  59. WINDOWS 3.1 VERSIONS:  
  60.  You must have the latest Win32s for this program to work.
  61.  
  62. WINDOWS NT USERS NOTE:
  63.  You _must_ be logged in with administrator priveliges, else the setup 
  64.  will fail when modifying the registry.
  65.  
  66. - eof -