[Zope] SQLite database adapter

Kevin Carlson khcarlso at bellsouth.net
Thu Sep 25 23:46:34 EDT 2003


Bob Gailer wrote:

> When I look at my ZOPE control panel I see
> Zope Version (Zope 2.6.1 (binary release, python 2.1, win32-x86), 
> python 2.1.3, win32)
> Python Version 2.1.3 (#35, Apr 8 2002, 17:47:50) [MSC 32 bit (Intel)]
>
> I installed pysqlite (a while ago) under Python2.2. When I go to 
> reinstall it only Python2.2 shows up in the list of Python versions 
> from which to choose. Does this mean I need to get and install Python 
> 2.1.3? Or is there a later version of ZOPE based on 2.2?
>
You need to compile and install pysqlite using the exact instance of 
python with which you are running Zope.  In other words, if your Zope 
installation is running python 2.1 and is located at /zope/bin/python, 
use that python to compile and install the package.

Kevin





More information about the Zope mailing list