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