A complete windows installer for GutenPy has been 
built with bundled python and gtk.
You can get it at http://gutenpy.sf.net

That way you don't need to install anything else, otherwise
for GutenPy to run under windows you need to manually install
the following:

Python version 2.4 or higher:
http://www.python.org/download/releases/
	(pick the lastest release, but not
	the beta)

GTK+ 2 Runtime Environment version 2.8 or higher:
http://gimp-win.sourceforge.net/stable.html
	(should be the package just under the gimp.
	if you like install the gimp as well,
	it's a nice open source photoshop-like tool.)

PyGTK version 2.8 with pycairo support (for python version 2.4):
http://www.pcpm.ucl.ac.be/~gustin/win32_ports/pygtk.html
	(download and install both pygtk and pycairo,
	make sure you get the python 2.4 verion)

After installing, pygtk apps should run fine under windows.

You should be able to run the 'gutenpy.py' script in this directory by
double clicking it.

If a console window also opens when running GutenPy try using 'open
with...' and selecting 'pythonw' instead of just 'python'.

I like to put this directory in '\Program Files\' then put a shortcut
to the gutenpy.py script on the destop.  You can then change the icon
for the shortcut to the 'book.ico' found in the icons directory.

See the 'docs' directory for: 

A copy the GPL-2 license (COPYING.txt) 
The Gutenberg Project's mirrors list (MIRRORS_ALL.txt)
The Python Regular Expression HOWTO (Regular Expression HOWTO.htm)

