Re: [web2py] Re: python process consumes 100% cpu

2016-08-01 Thread St. Pirsch
Thanks!. I tested the web2py gui on a different mac machine with 10.11.5 & it's running hot as well. I'am going to try it with the Tcl/Tk versions recommended in your link instead of the ones provided by the OS. Kiran Subbaraman schrieb am Mo., 1. Aug. 2016 um 06:08

Re: [web2py] Re: python process consumes 100% cpu

2016-07-31 Thread Kiran Subbaraman
That's good to know. You could take a look at this page: https://www.python.org/download/mac/tcltk/ to understand if there are Tcl/Tk issues related to your environment. This may solve the CPU issue ... am not sure. On Sunday, July 31, 2016 at 8:50:07 PM UTC+5:30, St. Pirsch wrote: > > Hey

Re: [web2py] Re: python process consumes 100% cpu

2016-07-31 Thread St. Pirsch
Hey Kiran, you are right, without the GUI there's virtually no CPU load. I suppose it's a general issue on mac. Thank You ! Am Sonntag, 31. Juli 2016 16:56:54 UTC+2 schrieb Kiran Subbaraman: > > Can you try running web2py without the GUI option `--nogui` > python web2py.py --nogui --port= 8080

Re: [web2py] Re: python process consumes 100% cpu

2016-07-31 Thread Kiran Subbaraman
Can you try running web2py without the GUI option `--nogui` python web2py.py --nogui --port= 8080 --ip=127.0.0.1 --password='' Command line options, in case you want to refer to them: http://www.web2py.com/books/default/chapter/29/04/the-core#Command-line-options Do you see the CPU issue with