[web2py] Re: web2py on OSX - Uses CPU when idling

2011-08-18 Thread ecafracs
Final update ... Played around a bit more and found that the GUI on OSX appears to be the CPU hog. Enter "python web2py" in Terminal - GUI prompts for password ... sits at 1.4 - 2.0% CPU idling Enter "python web2py -a in Terminal ... sits at ~0% CPU idling

[web2py] Re: web2py on OSX - Uses CPU when idling

2011-08-18 Thread ecafracs
An update ... Running from source on OSX - I get 0% CPU on idle. Didn't even start it with -N Maybe just an OSX binary issue. Full steam ahead ...

[web2py] Re: web2py on OSX - Uses CPU when idling

2011-08-17 Thread ecafracs
Looking around it would seem I should be running from source. I'll do that, give it a try & post an update. Thanks.

[web2py] Re: web2py on OSX - Uses CPU when idling

2011-08-17 Thread ecafracs
Wow. Quick response! Thanks!! Can I pass -N into the OSX binary, i.e. web2py.app? Getting ImportError: No module named gluon.widget when trying to run python web2py.py in the /Applications/web2py.app/Contents/Resources directory. On Aug 18, 7:37 am, Massimo Di Pierro wrote: > Can you start it

[web2py] Re: web2py on OSX - Uses CPU when idling

2011-08-17 Thread Massimo Di Pierro
Can you start it with -N and see if you can reproduce the problem. It may be cron and the different ways the two OSes handle processes. On Aug 17, 4:29 pm, ecafracs wrote: > I install web2py on Windows and OSX and start it, enter the admin > password and wait for a few moments to let web2py settl