home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 1997 / CT_SW_97.ISO / mac / Software / entwickl / win95 / pythowin.exe / README.TXT < prev    next >
Text File  |  1997-02-13  |  3KB  |  54 lines

  1. Notes for pythonwin - Version 1.0 - Beta
  2. Mark Hammond <MHammond@skippinet.com.au>          February 13, 1997
  3. -------------------------------------------------------------------
  4. This is built on Python 1.4 Release, with the strop bug fixed, 
  5. a slight change to the registry loading code, and an icon added to the
  6. .exe.
  7.  
  8. NT4 Users Please Note:  At the end of the installation, you will
  9. probably see a "browse" window, attempting to locate "Python.exe" or
  10. "Pythonwin.exe".  You can safely press Cancel on this dialog, and the 
  11. installation is still OK.  (This dialog may appear 3 times)
  12.  
  13. hierlist is dead - long live hierlist :-)  The built-in hierlist has been
  14. replaced with the common Tree control (yay).  hierlist.py has been updated to
  15. use the new interface.
  16.  
  17. This has the new AXScript beta included, implemented almost totally in Python.
  18. The old one is still installed and registered, but will no longer be supported 
  19. (once the new one gets out of beta).
  20. The new one can be installed by running "win32com\axscript\client\pyscript.py".
  21. The new engine supports many more global variables, meaning the "ax" object no
  22. longer need be used.  An "ax" object is provided for compatability, meaning all 
  23. old code should work without problems.  This version also works with Denali (ASP).
  24.  
  25. There have been a few serious changes, mainly to support a nice debugging
  26. interface.  The biggest change is the move from to a "Rich Text Control"
  27. for the editor.  The biggest impact of this is that Pythonwin can no longer
  28. support printing source files, nor does it support changing tab settings.
  29. Both these can be changed, but there is just no GUI for doing so.
  30. If this bothers you, please let me know, and wait until I add this support back!
  31.  
  32. This distribution is only released in a single version.  The manual
  33. install version is not supplied, and Win32s is no longer supported.
  34.  
  35. To install this software, double-click on the filename in FileManager
  36. or Explorer.  This will you present you with a setup dialog box.
  37. Just click "setup" and you are on your way.
  38.  
  39. Once setup, locate the new icons under the Start Menu (or Program Manager)
  40.  
  41. For all the latest information and documentation (including the use of 
  42. "PythonPath" and the registry) please see 
  43. http://www.python.org/ftp/python/pythonwin
  44.  
  45. This setup will attempt to register the ActiveX Server.  If this fails, it
  46. will not effect normal Python usage, but Python will not be available
  47. in MS Internet Explorer.
  48.  
  49. WINDOWS NT USERS NOTE:
  50.  You _must_ be logged in with administrator privileges, else the setup 
  51.  will fail when modifying the registry.
  52.  
  53. - eof -
  54.