We have a Django aplication which depends on Spatialite and Pysqlite.
It works well for testing under Ubuntu, but when we try to install it
on the server, we are getting the following error after installing
PySqlite. We did set it up with define=OMIT_SQLITE_LOAD_EXTENSION
commented out
Actually, If you're using the the sqlite3 backend for Django, you DO NOT
have to use any `pysqlite'. The sqlite3 db-API has been a part of the
Python standard library for long, and even if we ignore that, if you stick
to Django's wonderful ORM, you shouldn't really have t
Hey guys,
i am trying to install pysqlite under win 7, but the installation
routine always terminates...(I always have to kill the process ,cause
the installation routine always hangs on)
My python version:
ActivePython 2.7.2.5 (ActiveState Software Inc.) based on Python 2.7.2
(default, Jun 24
Hi,
I have followed the installation guide to the letter but am still
having issues when trying to syncdb.
I get the following error "The pysqlite library does not support C
extension".
I have installed pysqlite with the following setup.cfg
[build_ext]
#define=
include_dir
Yes I am running OS X 10.4.11. I guess I will move up to 2.5. thanks!
On Dec 20, 11:54 am, Jan Rademaker <[EMAIL PROTECTED]> wrote:
> newDjangoer wrote:
> > I am installing pysqlite 2.4.0. I have python 2.3.5 installed and
> > sqlite 3.1.3. When I run the python setu
newDjangoer wrote:
> I am installing pysqlite 2.4.0. I have python 2.3.5 installed and
> sqlite 3.1.3. When I run the python setup.py build I get this :
>
> skcompxp:~/Desktop/pysqlite-2.4.0 sptxk$ python setup.py build
> running build
> running build_py
> running
I am installing pysqlite 2.4.0. I have python 2.3.5 installed and
sqlite 3.1.3. When I run the python setup.py build I get this :
skcompxp:~/Desktop/pysqlite-2.4.0 sptxk$ python setup.py build
running build
running build_py
running build_ext
building 'pysqlite2._sqlite' extension
gcc -
7 matches
Mail list logo