Am 29.10.2013 05:58, schrieb raf:
this happens when trying to install any python package that requires compilation but it used to work fine on windows 7 and below using gcc from cygwin.
Not sure about cygwin, but you can definitely use MinGW.
i assume i'll need "Visual Studio Express 2013 for Windows Desktop"
If you use Visual Studio, you must use the version that Python itself has been compiled with. In the case of Py 2.7 that's Studio 2008.
alternatively, is there a binary installer for pygresql?
see here: http://www.pygresql.org/readme.html#where-to-get and here: https://pypi.python.org/pypi/PyGreSQL/ -- Christoph _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
