Re: compiling files when installing to a web server

2008-03-29 Thread andy baxter
Michael Wieher wrote: > I had an intermittent error when using just apache/mod_python, but > haven't had it happen since i started w/django > It looks like the speed issue is to do with memory - with just apache2, mysqld and django running, it was 72M into swap. So I guess I need to get a faste

Re: compiling files when installing to a web server

2008-03-29 Thread Michael Wieher
I had an intermittent error when using just apache/mod_python, but haven't had it happen since i started w/django On Sat, Mar 29, 2008 at 1:18 PM, andy baxter < [EMAIL PROTECTED]> wrote: > > Michael Wieher wrote: > > Well, if you could describe the error in detail, hopefully with > > copy/paste,

Re: compiling files when installing to a web server

2008-03-29 Thread andy baxter
Michael Wieher wrote: > Well, if you could describe the error in detail, hopefully with > copy/paste, traceback etc. it would be easier to determine if it was > due to memory issues or misconfiguration... > What was happening is every now and again mod_python (not django) would generate an erro

Re: compiling files when installing to a web server

2008-03-29 Thread Michael Wieher
Well, if you could describe the error in detail, hopefully with copy/paste, traceback etc. it would be easier to determine if it was due to memory issues or misconfiguration... On Sat, Mar 29, 2008 at 1:10 PM, andy baxter < [EMAIL PROTECTED]> wrote: > > andy baxter wrote: > > andy baxter wrote: >

Re: compiling files when installing to a web server

2008-03-29 Thread andy baxter
andy baxter wrote: > andy baxter wrote: > >> hello, >> >> I have just installed a demo of an app I'm writing to a web server. >> There seems to be an intermittent error, and I'm wondering if this is to >> do with the permissions on the directories - I've tried to set the >> permissions so it

Re: compiling files when installing to a web server

2008-03-29 Thread andy baxter
andy baxter wrote: > hello, > > I have just installed a demo of an app I'm writing to a web server. > There seems to be an intermittent error, and I'm wondering if this is to > do with the permissions on the directories - I've tried to set the > permissions so it can create .pyc files, but this

compiling files when installing to a web server

2008-03-29 Thread andy baxter
hello, I have just installed a demo of an app I'm writing to a web server. There seems to be an intermittent error, and I'm wondering if this is to do with the permissions on the directories - I've tried to set the permissions so it can create .pyc files, but this doesn't seem to be working.