#8606 closed (worksforme)
Attribute error in Exception handling - Oracle backend
Reported by: | guneeyoufix | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Keywords: | attribute, excpetion, message, database, oracle, backend | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
There is an error with the Oracle backend. Here is the trackback: http://dpaste.com/74192/
It works if 'message' is replaced by args[0], but there is probably a more elegant way to do it.
Last thing: I'm running Python 2.3, with no possibility to use a newer version.
Change History (5)
comment:1 by , 16 years ago
Keywords: | database oracle backend added |
---|
follow-up: 4 comment:2 by , 16 years ago
comment:3 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This is almost certainly an outdated version of cx_Oracle. Please check your version, asking django-users or in #django if you need help. If you can track this down to a bug that actually exists in Django, please feel free to reopen.
comment:4 by , 16 years ago
Replying to mtredinnick:
What version of cx_Oracle are you using? That's where the problem is originating.
I'm using the 4.2.1-1 version of the package.
What version of cx_Oracle are you using? That's where the problem is originating.