Installation failing under Windows 64 bit

Issue #2184 resolved
Former user created an issue

If you easy_install SQLAlchemy 0.7.0 for Python 2.6 on Windows 7 64bit without Visual Studio installed (which is usually the case), you get a ValueError instead of the C extension installation being silently skipped.

The same problem seems to exist on other 64bit platforms and Python versions, see Python issue 7511.

A workaround is provided by the attached patch. I can also provide binaries for Windows for uploading on PyPI if you like.

Comments (4)

  1. Log in to comment