Re: Bizarre sqlite3 / apache2 behaviour

2009-02-10 Thread lazyant
database file is in. > > The development server would work because *you* probably have write > access to those paths. > > As for the sqlite3 version, run python, then: > > >>> import sqlite3 > >>> sqlite3.version > > -Jeff > > On Feb 9, 12:10 pm,lazyant

Re: Looking to give presentation on Django at work

2009-02-09 Thread lazyant
Hi, it can be very powerful if as part of the presentation you add a little hands-on demo, like in: http://www.showmedo.com/videos/video?name=110&fromSeriesID=110 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

Bizarre sqlite3 / apache2 behaviour

2009-02-09 Thread lazyant
Hello, I installed yesterday Django 1.0.2 (current downloadable version) on a new Ubuntu 8.10 machine with python 2.5.2. I wrote a toy application and it works and shows fine with both the built-in development server and Apache 2 (2.2.9). The database is sqlite3, it came with python (btw, how do

Re: Problem upgrading to Django 1.0.2

2008-11-23 Thread lazyant
Thanks. I ignore the compile errors but the problem is the second part; my web site shows 'Internal Error' and I get those messages in apache error log. On Nov 23, 3:37 pm, Jeff Anderson <[EMAIL PROTECTED]> wrote: > lazyant wrote: > > Hello, > > > I've be

Problem upgrading to Django 1.0.2

2008-11-23 Thread lazyant
Hello, I've been running django 0.96.3 installed from the tar file for over half a year without problems, I'm using python 2.3.4 on CentOS 4. I'm trying to upgrade to 1.0.2 from tar file and after running 'sudo python setup.py install' I get about 20 byte-compiling errors, they are all syntax er