Re: Problem installing pysqlite2 (for use with sqlite3)

2007-10-09 Thread benrawk
It worked, thank you! I installed a new version of python. Apparently my hoster, vpslink, doesn't include the development header files in the pre-installed instance of python. On Oct 7, 11:32 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On 10/8/07, benrawk <[EMAIL PROTECTED]> wrote: > > > >

Re: Problem installing pysqlite2 (for use with sqlite3)

2007-10-08 Thread Karen Tracey
On 10/8/07, benrawk <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] pysqlite-2.3.5]# python setup.py build > running build > running build_py > running build_ext > building 'pysqlite2._sqlite' extension > gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,- > D_FORTIFY_SOURCE=2

Problem installing pysqlite2 (for use with sqlite3)

2007-10-07 Thread benrawk
Hello, I am new to Django. I have successfully installed sqlite3, but cannot install its companion program pysqlite2. Below is the what I get from running 'python setup.py build'. The error I eventually receive is 'error: command 'gcc' failed with exit status 1'. Any ideas what could be going