For all software install i use default locations, like c:\python23.
The setup.cmd uses c:\gnue as default dir.

Install gnue as described on wiki:
  http://www.gnuenterprise.org/cgi-bin/twiki/view/Main/WindowsQuickStart

Install py2exe 

Install Inno Setup Compiler 
(download QuickStart Pack, it contains the needed Inno Preprocessor too)

Put setup.py setup.cmd *.iss into c:\python23\scripts directory.

Run setup.cmd (or "setup.cmd -k" for building console apps)

Convert OOo doc files to pdf, and put them into c:\gnue\share\doc\gnue-*

Put gnue.url and LICENSE.txt into c:\gnue

In gnue.conf remove "#" before DefaultUI = win32

Make sure to add the new release- and versionnumbers to the GNUe*.iss files !

Run inno with GNUe*.iss


----------------------------------------------------------------------------
Links for GNUe-Runtime-Environment:

http://python.org

https://sourceforge.net/projects/pywin32/

http://wxpython.org/

http://www.egenix.com/files/python/eGenix-mx-Extensions.html#Download-mxBASE

http://adodbapi.sourceforge.net/

http://sourceforge.net/projects/mysql-python

http://pypgsql.sourceforge.net/

http://stickpeople.com/projects/python/win-psycopg/

http://kinterbasdb.sourceforge.net/

http://www.mysql.com/products/maxdb/sapdbapi.html

http://sourceforge.net/projects/reportlab/

http://users.skynet.be/sbi/libxml-python/ (seems to be broken)
or
http://xmlsoft.org/sources/win32/python

http://www.pythonware.com/products/pil/

http://pyxml.sourceforge.net

http://initd.org/tracker/pysqlite

---------------------------------------
Links for packaging:

http://sourceforge.net/projects/py2exe/

http://www.jrsoftware.org/isinfo.php


---------------------------------------
Other links (for future):

http://sourceforge.net/projects/cx-oracle/

http://pymssql.sourceforge.net/

http://www.pcpm.ucl.ac.be/~gustin/win32_ports/pygtk.html
