pyodbc-3.0.6 does not appear to be recognised by Komodo Edit 7. Following install instructions from http://code.google.com/p/pyodbc/ the module is recognised through the command line interpreter; connects to SQL Server and generally behaves as expected.
However, when using Komodo Edit import pyodbc
does not recognise the module and subsequently autocomplete is disabled. Not a fundamental problem in using the module but irritating to have the functionality disabled.
I'm running Python 2.7, 64-bit.
Background reading, suggests that Komodo is 32-bit and support for pyodbc is only available through upgrading to Komodo IDE and automated ActivePython module updates. Is it this simple or is there a workaround?