So 'DATABASE_NAME' should be the full name of a non-existant file. I
had thought they wanted the path to where the file was located.

!!Works fine now!!

Two problems for Django with Python 2.5

bug 1)
 ez_setup.py in Django .95 folder should have:
DEFAULT_VERSION = "0.6c3"
instead of
DEFAULT_VERSION = "0.6c1"

bug 2)
\Django\django\db\backends\sqlite3\base.py
should have:
    from sqlite3 import dbapi2 as Database
instead of
    from pysqlite2 import dbapi2 as Database

(presumably this gets copied to
\Python25\Lib\site-packages\Django-0.95-py2.5.egg\django\db\backends\sqlite3\base.py
during setup).

Thanks for the help -- I might have given up without it
Karl


--~--~---------~--~----~------------~-------~--~----~
 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