PostgreSQL under NT works actually only using the Cygwin POSIX emulation-layer (www.cygwin.com). Using gcc for cygwin I think this will compile. There are also instructions to create DLLs (using DLL-wrap) but I still didn't try it. Of course, all the compiled code will depend on the Cygwin1.dll, but for development this won't be a problem.
Regards, Erny ----- Original Message ----- From: "Steve Waterbury" <[EMAIL PROTECTED]> To: "Ernesto Revilla" <[EMAIL PROTECTED]> Sent: Saturday, April 06, 2002 12:13 AM Subject: Re: [Webware-discuss] MiddleKit: Postgres a Relational Data > Ernesto Revilla wrote: > > > As there are now 4 different python-DB-API 2.0 modules (PyGreSQL, PoPy, PsycoPg and pyPgSQL), perhaps we can try to import all of these in any sequence and do some type of abstraction, so it can use the first it finds. As I'm developing on a W2K machine, the only compiled one I have is pyPgSQL. > > Not sure if you will be able to install psycopg on a W2K machine ... > OS is specified to be "POSIX", and the README only says it is known > to work on Linux, FreeBSD, and Mac OSX. The psycopg module on > Linux is implemented as a shared object (psycopgmodule.so). > > -- Steve. > > Stephen C. Waterbury http://misspiggy.gsfc.nasa.gov/people/waterbug.html > "An idiot with a computer is a faster, better idiot." - Rick Julius > _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
