On 12/14/06, kbochert <[EMAIL PROTECTED]> wrote:
>
> Thanks but I don't have, and don't want an irc client, so I'll just
> struggle along and try not to ask stupid questions. My problem is that
> Python 2.5 and sqlite3 seems to be a buggy combination. (Is that true?)
> Maybe sqlite3 hasn't really been integrated yet?
>
> I have had to edit
> "C:\Python25\lib\site-packages\django-0.95-py2.5.egg\django\db\backends\s
> qlite3\base.py"
> for instance, to refer to sqlite3 instead of  pysqlite.

That's because Django 0.95 was released before Python 2.5 and sqlite
was a third party addon (called pysqlite) prior to Python 2.5. The
latest in Django's trunk has fixed this problem which will be included
in the next release (whenever that is).
>
> I also find that the messages I have posted here are typically the
> 4-5th attempt, most simply vanishing. (replies seem to be reliable)
>
> Please forgive my frustration

It would seem that Python's most frustrating , and yet least
documented feature for newcomers is the path. Once you get past that
it'll get easier.



-- 
----
Waylan Limberg
[EMAIL PROTECTED]

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