Using cx_oracle presents no problems but when I use

>>>engine = create_engine('oracle://uid:pwd@test1120')
  dialect = dialect_cls(**dialect_args)
  File "c:\python26\lib\site-packages\sqlalchemy-0.6.4-py2.6.egg
\sqlalchemy\dialects\oracle\cx_oracle.py", line 411, in __init__
    OracleDialect.__init__(self, **kwargs)
  File "c:\python26\lib\site-packages\sqlalchemy-0.6.4-py2.6.egg
\sqlalchemy\dialects\oracle\base.py", line 637, in __init__
    default.DefaultDialect.__init__(self, **kwargs)
  File "c:\python26\lib\site-packages\sqlalchemy-0.6.4-py2.6.egg
\sqlalchemy\engine\default.py", line 121, in __init__
    self.paramstyle = self.dbapi.paramstyle
AttributeError: 'module' object has no attribute 'paramstyle'


I've tried sqlalchemy-0.7 and have the same problem. The problem seems
to be with the cx_oracle dialect. Is this right ? I don't see any
issues entered in trac - I can't be the only oracle/sqlalchemy user ?
And I know that two years ago this worked....

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to