From: Gerhard <gh...@gh...> - 2003-03-30 04:29:16
|
* Benjamin Scherrey <sch...@pr...> [2003-03-29 22:07 -0500]: > Is there (or will there soon be) a build available for Python 2.3 win32? As soon as somebody builds one. You could, too. Only free tools are required to do so. There's even a README.win32 in the pyPgSQL source distribution. > I'd really like to use pypgsql for my app but, unfortunately, I > required the "https" connectivity that isn't available in the 2.2 > release. I've once made a replacement SSL-enabled _socket.pyd that's currently available at: http://pypgsql.sourceforge.net/misc/python-ssl.html I'll most likely move it to my new homepage soon (see sig). > When I tried to install the binary for Python 2.2, it just complained > that it couldn't detect my 2.2 install (rightfully so) but wouldn't > let me force it to goto my 2.3 install. You could try copying the files from the 2.2 directories to the 2.3 directories. But it will likely fail, as C-API compatibilty is only guaranteed between the same major.minor Python releases (with the major.minor.micro scheme). Gerhard -- mail: gh...@gh... web: http://ghaering.de/ |