2/27/2001 Modified loading instructions for CodeWright 6.6.

Note: This DLL add-on was created by a Starbase customer and is presented in unmodified form. TB 10/2/98

Python.DLL -- (partial) language support for Python in CodeWright

Install the dll-
	Copy the win32\Python.dll to the CW32 directory.  Select Customize 
	from the menu bar, Libraries from the menu and the Load CodeWright
	Dll dialog displays.  Press the Add button and browse for Python.dll.
	Open the dll and Press Ok to dismiss the dialog.  

This DLL supports chromacoding and outlining (function highlighting..not
the same as outline symbol parsing) for Python source files. 
There is no support for templates or smart indenting, since I don't 
use those features.

One potential annoyance is that I always scan from the beginning of 
the file, looking for strings. (In Python, strings can act as comments
and can span many lines; since open quotes and close quotes are identical,
it's not easy to determine whether a particular character is inside a
string). This hasn't been a problem for me so far, since Python files 
tend to be relatively short and I have a fast machine.

The included makefile (Python.mak) was copied from another project,
and should support Microsoft compilers, 16- and 32-bit.	The DLL supplied
was compiled using VC++ AS IS. The batch file MKWIN32.BAT will invoke the 
Microsoft compiler to build a 32-bit DLL; other configurations have not 
been tested.






