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 build_ext
> building 'pysqlite2._sqlite' extension
> gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-
> madd -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -
> DMODULE_NAME="pysqlite2.dbapi2" -I/usr/include -I/System/Library/
> Frameworks/Python.framework/Versions/2.3/include/python2.3 -c src/
> row.c -o build/temp.darwin-8.11.1-i386-2.3/src/row.o
> unable to execute gcc: No such file or directory
> error: command 'gcc' failed with exit status 1
> skcompxp:~/Desktop/pysqlite-2.4.0 sptxk$

You need gcc, which is a C compiler. Judging by the error messages you
run some version of OS X, correct? If so, you can either install the
'Developer Tools', which can be found on the OS X install disk, or
install Python 2.5 which has sqlite support built-in.

I would say; upgrade to 2.5. There's a nice installer available at
http://www.python.org/download/releases/2.5.1/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to