Re: .pyc files not being created

2008-07-15 Thread Dana
Ok I think I got it now. Well, now to figure out why my application is eating up over 200mb's of memory without any users... Thanks, Dana On Jul 15, 11:08 am, Jeff Anderson <[EMAIL PROTECTED]> wrote: > Dana wrote: > > @Evert > > > Thanks for the information, Ill be looking into all that today.

Re: .pyc files not being created

2008-07-15 Thread Jeff Anderson
Dana wrote: @Evert Thanks for the information, Ill be looking into all that today. @Graham, So there is no speed increase in using compiled python than using just strait python? So why is python ever compiled in the first place? There is a speed increase-- it's just not that big in this sit

Re: .pyc files not being created

2008-07-15 Thread Dana
@Evert Thanks for the information, Ill be looking into all that today. @Graham, So there is no speed increase in using compiled python than using just strait python? So why is python ever compiled in the first place? Thanks! On Jul 15, 6:27 am, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On

Re: .pyc files not being created

2008-07-15 Thread Graham Dumpleton
On Jul 15, 8:29 am, blis102 <[EMAIL PROTECTED]> wrote: > Hey all, > > On my Ubuntu server with Apache2 +mod_python, I cant seem to get > the .py files to compile like they should (I see no .pyc files in my > "src" folder like I do locally). I believe I have proper permissions > set (775), but am

Re: .pyc files not being created

2008-07-14 Thread Evert
> Hi Malcom, > > Thanks a lot for the detailed response. > > Sorry if these are basic questions but, what user would my web server > be run under (Apache2)? Would it be my username, root, or something > else like "apache"? Probably nobody or www. A simple way to try and find out is using 'ps axu

Re: .pyc files not being created

2008-07-14 Thread Joshua Jonah
Didn't know that, will remember, thanx Malcolm Tredinnick wrote: > On Mon, 2008-07-14 at 16:09 -0700, Dana wrote: > >> Hi EAMiller, >> >> Im not seeing errors, Its just not compiling the python files (which >> it should be). >> >> I tried a few combinations, but I believe all I need to do is se

Re: .pyc files not being created

2008-07-14 Thread Dana
Hi Malcom, Thanks a lot for the detailed response. Sorry if these are basic questions but, what user would my web server be run under (Apache2)? Would it be my username, root, or something else like "apache"? Would I have to run compileall.py every time I change a source file (it seems like I w

Re: .pyc files not being created

2008-07-14 Thread Malcolm Tredinnick
On Mon, 2008-07-14 at 16:09 -0700, Dana wrote: > Hi EAMiller, > > Im not seeing errors, Its just not compiling the python files (which > it should be). > > I tried a few combinations, but I believe all I need to do is set the > chmod to 775 for the source folder (in this case "src")? Permissio

Re: .pyc files not being created

2008-07-14 Thread Dana
Hi EAMiller, Im not seeing errors, Its just not compiling the python files (which it should be). I tried a few combinations, but I believe all I need to do is set the chmod to 775 for the source folder (in this case "src")? Thanks, Dana On Jul 14, 4:07 pm, EAMiller <[EMAIL PROTECTED]> wrote: >

Re: .pyc files not being created

2008-07-14 Thread EAMiller
Hello... What error message are you seeing? Or, what is failing as a result of this problem? Also, you've set all files to 775? Or specific ones? On Jul 14, 3:29 pm, blis102 <[EMAIL PROTECTED]> wrote: > Hey all, > > On my Ubuntu server with Apache2 + mod_python, I cant seem to get > the .py files

.pyc files not being created

2008-07-14 Thread blis102
Hey all, On my Ubuntu server with Apache2 + mod_python, I cant seem to get the .py files to compile like they should (I see no .pyc files in my "src" folder like I do locally). I believe I have proper permissions set (775), but am by no means an expert in this matter. What would cause .pyc files