Re: [Pythonmac-SIG] Testing sqlite3 on python2.5 More

2007-03-04 Thread Samuel M. Smith
I was able to get sqlite3 from python2.5 to work as a backend for roundup. The problem is that I had installed pysqlite2 and roundup defaults to using pysqlite2 over sqlite3 if it is available. I thought I had disabled the use of pysqlite2 by editing the back_sqlite.py file but that didn't ac

Re: [Pythonmac-SIG] Testing sqlite3 on python2.5 More

2007-03-02 Thread Samuel M. Smith
> > Got hung up on the sqlite bugs so haven't had time to try the > apache2 mod_python way of running roundup nor > your suggestion of using a reverse proxy instead of mod_python > ("yikes" never heard of it before, apache2 docs confusing me). > Found an example for doing a reverse proxy for r

Re: [Pythonmac-SIG] Testing sqlite3 on python2.5 More

2007-03-02 Thread Samuel M. Smith
On Mar 2, 2007, at 14:02 , Bob Ippolito wrote: > On 3/2/07, Samuel M. Smith <[EMAIL PROTECTED]> wrote: >> >> I was able to run the example from the python library docs for >> pysqlite3 >> I assume that means my sqlite3 installation is good? >> I would appreciate confirmation from somebody who k

Re: [Pythonmac-SIG] Testing sqlite3 on python2.5 More

2007-03-02 Thread Bob Ippolito
On 3/2/07, Samuel M. Smith <[EMAIL PROTECTED]> wrote: > > I was able to run the example from the python library docs for pysqlite3 > I assume that means my sqlite3 installation is good? > I would appreciate confirmation from somebody who knows what they are > doing. > Python 2.5 ships with a worki

Re: [Pythonmac-SIG] Testing sqlite3 on python2.5 More

2007-03-02 Thread Samuel M. Smith
I was able to run the example from the python library docs for pysqlite3 I assume that means my sqlite3 installation is good? I would appreciate confirmation from somebody who knows what they are doing. thanks $ python Python 2.5 (r25:51918, Sep 19 2006, 08:49:13) [GCC 4.0.1 (Apple Computer,

[Pythonmac-SIG] Testing sqlite3 on python2.5

2007-03-02 Thread Samuel M. Smith
Anyone know how to verify that the sqlite3 bindings on Mac Python2.5 (macpackages installer) work or can access actual sqlite3? When I run the regression tests it works, but I don't know what they are testing. I am neophyte when it comes to sql. I am having problems getting roundup to work w