> > I want to create windows installer (one) file which is > combination of, Python v.2.4.4, Zope v2.8.11, Postgresql v8.1.x, and some > Python dependency packages and Zope dependency packages. >
Apart from the options others have mentioned (like py2exe, cx_freeze), you can also consider using PyInstaller (http://www.pyinstaller.org/). reg, sateesh _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
