Installing PySQLite on OS X 10.4

Fredrik Lundh fredrik at pythonware.com
Wed Mar 15 08:00:47 EST 2006


Rob Cowie wrote:

> There are some notes on the pysqlite wiki regarding modification of the
> setup.py script and I've followed them to no avail.
>
> Build and install appear to go smoothly but attempting to run the tests
> from the python interpreter fails. Likewise any attempt to utilise
> pysqlite2 in a python script fails.

it's might be a bit easier to help if you what you did when attempting to use
the library, and how things failed.

(if you get an ImportError, are you importing the right thing?  where did the
"setup.py install" step put the modules ?  is that directory on the Python path ?)

</F> 






More information about the Python-list mailing list