|
I have Visual Studio 2010, 32-bit Python 3.2, and SQLAlchemy 0.8.0b2 installed. The statement...
from sqlalchemy import create_engine
...fails with an import error.
What is odd is that inellisense shows me create_engine as an option.
I have used pydev in Eclipse and been able to import cerate_engine and issue a SQL query without a problem.
Any ideas on where the problem may be?
|