Message6988

Author fmatz
Recipients fmatz
Date 2012-03-30.09:09:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333098581.02.0.340121465178.issue1869@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-03-30 09:09:41fmatzsetmessageid: <1333098581.02.0.340121465178.issue1869@psf.upfronthosting.co.za>
2012-03-30 09:09:41fmatzsetrecipients: + fmatz
2012-03-30 09:09:41fmatzlinkissue1869 messages
2012-03-30 09:09:40fmatzcreate