Uhh.  Is a "backend" a postreSQL client?  I am able to run
psycopg2.connect from Python and read the pg_databases table.  Really
appreciate your help!

On May 2, 8:54 am, "Honza Král" <[EMAIL PROTECTED]> wrote:
> are you sure you are using the correct backend, note that there are
> two backends for postgreSQL, you want the one with psycopg2 in it
>
> On 5/2/07, BasicSci007 <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > Can't seem to get django and postgres to hook up.  MySQL or sqlite3
> > work fine.  postgres seems to work fine with SQLAlchemy, so I'm
> > thinking psycopg2-2.0.6b1.win32-py2.4-pg8.2.1 installation is OK.  Is
> > the problem obvious from the following:
>
> > C:\django\testproject>manage.py syncdb
> > Traceback (most recent call last):
> >   File "C:\django\testproject\manage.py", line 11, in ?
> >     execute_manager(settings)
> >   File "c:\django_src\django\core\management.py", line 1673, in
> > execute_manager
> >     execute_from_command_line(action_mapping, argv)
> >   File "c:\django_src\django\core\management.py", line 1572, in
> > execute_from_com
> > mand_line
> >     action_mapping[action](int(options.verbosity),
> > options.interactive)
> >   File "c:\django_src\django\core\management.py", line 484, in syncdb
> >     data_types = get_creation_module().DATA_TYPES
> > AttributeError: 'module' object has no attribute 'DATA_TYPES'
>
> --
> Honza Kr?l
> E-Mail: [EMAIL PROTECTED]
> ICQ#:   107471613
> Phone:  +420 606 678585


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to