Janine Legaspi wrote: > I tried installing pygresql on windows. It did not give me an option to > choose the installation directory. It gave an directory of c:\Python24, > which is not the directory of python on my system since it is already > 2.5. Does anyone know how to get around this? or is there no installer > for the 2.5 version yet?
Did you install from source, or did you use one of the precompiled Win32 packages? These will run only with a particular Python version, e.g. PyGreSQL-3.8.1.win32-py2.4.exe will only run with Python 2.4. I'll test PyGreSQL with Python 2.5 and if there are no problems, will provide a Win32 package for Python 2.5 as well. -- Christoph _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
