[PyGreSQL] Looking for batch installer
Christoph Zwerschke
cito at online.de
Tue Jun 30 16:35:33 EDT 2009
Greenberg, Gary wrote:
>>> I need to supply pygresql module as a part of my application on Windows
>>> platform.
>> Would it help you if I upload the files as easy_installable Python eggs
>> to PyPI?
> It sure will, especially if you can provide some instructions, how to set it up.
Just noticed that PyGreSQL 4.0 does not (yet) support creating eggs.
But you have another option: Installation as MSI file.
Here you can do an unattended install with:
msiexec /i /qn PyGreSQL-4.0.win32-py2.5.msi
Uninstall with:
msiexec /x /qn PyGreSQL-4.0.win32-py2.5.msi
I wanted to provide the files via PyPI, but unfortunately that's not
(yet) possible.
So I have created the following download page for Windows:
http://www.pygresql.org/~cito/distrib/
-- Christoph
More information about the PyGreSQL
mailing list