Latest Version still gives me problems....
still in the same engine = create_engine('access://VMCPDB') line.
Debug looks like the newest rev installed correctly...
any help would be nice...
[ Things before line 105 are unrelated to SA.. besides the import
lines :) ]
Traceback (most recent call last):
File "monitor.py", line 105, in <module>
engine = create_engine('access://VMCPDB')
File "c:\python25\lib\site-packages\SQLAlchemy-0.4.1dev_r3640-
py2.5.egg\sqlalchemy\engine\__init__
.py", line 173, in create_engine
return strategy.create(*args, **kwargs)
File "c:\python25\lib\site-packages\SQLAlchemy-0.4.1dev_r3640-
py2.5.egg\sqlalchemy\engine\strategi
es.py", line 67, in create
(cargs, cparams) = dialect.create_connect_args(u)
File "c:\python25\lib\site-packages\SQLAlchemy-0.4.1dev_r3640-
py2.5.egg\sqlalchemy\databases\acces
s.py", line 208, in create_connect_args
connectors.append("Dbq=%s" % opts["database"])
KeyError: 'database'
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---