[sqlite] Source code for 3.4.2

2008-06-16 Thread Eric Holmberg
Sorry ahead of time for a silly question, but how do I get version 3.4.2 of the source code? I didn't see any tags in CVS (but I'm not a CVS user, so that may be user error on my part). Any help with the exact command would be appreciated. Thanks, Eric Holmberg Applications Engineer, Arrow

[sqlite] Segmentation Fault when using mod_python / mod_wsgi

2008-06-16 Thread Eric Holmberg
if (!PyDict_Check(op)) (gdb) Thanks, Eric Holmberg Applications Engineer, Arrow Electronics Engineering Solutions Center Denver, Colorado ESC: 877-ESC-8950, [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Direct: 303-824-4537, [EMAIL PROTECTED] _

Re: [sqlite] Source code for 3.4.2

2008-06-16 Thread Eric Holmberg
://www.sqlite.org/cvstrac/timeline?d=30=2007-Aug-14=2=sqlite; s=0=1=1). Let me know if I'm off base here. Actual command used: > cvs update -D '2007-08-13 18:00:00 UTC' Thanks, Eric Holmberg Applications Engineer, Arrow Electronics From: Eric Holmb

Re: [sqlite] Segmentation Fault when using mod_python / mod_wsgi

2008-06-17 Thread Eric Holmberg
> Eric Holmberg wrote: > > PyDict_GetItem (op=0x0, key=0xb7ce82cc) at Objects/dictobject.c:571 > > 571 if (!PyDict_Check(op)) > > You would need to supply more of the backtrace since the > calling routine is supplying a null pointer instead of a >

Re: [sqlite] Segmentation Fault when using mod_python / mod_wsgi

2008-06-18 Thread Eric Holmberg
sqlite3 module in Python 2.5 and replace it with a module that does a from pysqlite2.dbapi2 import * See the following trouble ticket for more info: * http://oss.itsystementwicklung.de/trac/pysqlite/ticket/146 I hope this helps somebody out there. Regards, Eric