Issue1869

classification
Title: No attribute 'OracleSchemaGenerator'
Type: crash Severity: urgent
Components: zxjdbc Versions: Jython 2.5
Milestone:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: amak, fmatz, fwierzbicki
Priority: normal Keywords:

Created on 2012-03-30.09:08:06 by fmatz, last changed 2013-02-25.20:52:42 by fwierzbicki.

Messages
msg6988 (view) Author: Friedhold Matz (fmatz) Date: 2012-03-30.09:09:40
Hi,
I've installed Jython 2.5.2 and SqlAlchemy 0.7.2 and  zxoarcle.py (described in the Jython book on page 250)

I got an error: 'object has no attribute 'Smallinteger' and changed this to 'SmallInteger' in zxoracle.py.

Now I am getting the error: Module has nor attribute 'OracleSchemaGenerator' from

>>> import zxoracle  .

Plese help me: What can I do now ?

Many thanks
Friedhold.
msg6997 (view) Author: Alan Kennedy (amak) Date: 2012-03-31.18:50:14
I notice that the book says to use SQLALchemy version 0.6. The latest version is 0.6.8.

You are using a 0.7 version.

Have you tried using 0.6.8?
msg7756 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2013-02-25.20:52:42
No response for almost a year, so I guess I can close.
History
Date User Action Args
2013-02-25 20:52:42fwierzbickisetstatus: open -> closed
versions: + Jython 2.5, - 2.5.2
nosy: + fwierzbicki
messages: + msg7756
priority: normal
resolution: out of date
2012-03-31 18:50:14amaksetnosy: + amak
messages: + msg6997
2012-03-30 09:09:41fmatzsetmessages: + msg6988
2012-03-30 09:08:06fmatzcreate