Django tutorial with Oracle Database

2007-08-05 Thread Brian Duff
Hi, I'm following the Django tutorial at http://www.djangoproject.com/documentation/tutorial01/ with an Oracle XE 10.2 database. cx_Oracle is installed and seems to be working fine. At the point where the tutorial instructs me to "python manage.py syncdb", I see: Creating table auth_message Tr

Re: Django tutorial with Oracle Database

2007-08-05 Thread Brian Duff
Ah... I guess it was maybe a bug that got fixed. I upgraded from 0.96 to the SVN trunk, and the problem went away. Thanks, Brian On Aug 5, 7:34 pm, Brian Duff <[EMAIL PROTECTED]> wrote: > Hi, > > I'm following the Django tutorial > athttp://www.djangoproject.com/d

Django tutorial with SVN trunk: descriptor 'upper' requires a 'str' object but received a 'unicode'

2007-08-05 Thread Brian Duff
I'm trying to follow the django tutorial with the latest SVN trunk (I had to upgrade from 0.96 because there appears to be an issue with 0.96 and Oracle databases). At the point in http://www.djangoproject.com/documentation/tutorial01/ that it instructs you to "python manage.py sql polls", I see:

Re: Django tutorial with SVN trunk: descriptor 'upper' requires a 'str' object but received a 'unicode'

2007-08-06 Thread Brian Duff
connection, get_introspection_module On Aug 5, 8:26 pm, Brian Duff <[EMAIL PROTECTED]> wrote: > I'm trying to follow the django tutorial with the latest SVN trunk (I > had to upgrade from 0.96 because there appears to be an issue with > 0.96 and Oracle databases). At the point &g