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
_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql