Re: "python2.5 manage.py syncdb" ...No module named _sqlite3

2009-04-11 Thread George
There is an explanation below, having to do with management dependencies and dates the versions and packages became available. But for the record, the solution is to install the py-sqlite3 package in addition to py-djangoi (with sqlite enabled). --George On Sat 11 Apr 2009 at 08:25:04 PM +0200,

Re: "python2.5 manage.py syncdb" ...No module named _sqlite3

2009-04-11 Thread George
Hi Karen, On Apr 8, 2:33 am, Karen Tracey wrote: > On Tue, Apr 7, 2009 at 8:39 PM, George wrote: > > > I'm pretty sure this shouldn't happen; but the error is no doubt my > > fault. Maybe something about the doc doesn't apply to my system? I > > have

Re: "python2.5 manage.py syncdb" ...No module named _sqlite3

2009-04-08 Thread Karen Tracey
On Tue, Apr 7, 2009 at 8:39 PM, George wrote: > > Hi- > > I'm pretty sure this shouldn't happen; but the error is no doubt my > fault. Maybe something about the doc doesn't apply to my system? I > have pkgsrc python2.5 and Django 1.0.2 > What sort of a system is this? I'm not

"python2.5 manage.py syncdb" ...No module named _sqlite3

2009-04-07 Thread George
Hi- I'm pretty sure this shouldn't happen; but the error is no doubt my fault. Maybe something about the doc doesn't apply to my system? I have pkgsrc python2.5 and Django 1.0.2 # python2.5 manage.py syncdb Traceback (most recent call last): File "manage.py", line 11, in