I follow this guide http://www.web2py.com/book/default/chapter/11,
trying to set up web2py on my test VPS server, however, I got problem
when trying to start it by running ./web2py.fedora.sh start in web2py/
scripts folder via SSH. Below is the error message:

Starting Web2py Daemon (web2pyd):
[root@sever1 scripts]# Traceback (most recent call last):
  File "/var/www/html/web2py/web2py.py", line 19, in <module>
    gluon.widget.start(cron=True)
  File "/var/www/html/web2py/gluon/widget.py", line 912, in start
    server.start()
  File "/var/www/html/web2py/gluon/main.py", line 776, in start
    self.server.start()
  File "/var/www/html/web2py/gluon/rocket.py", line 409, in start
    l.start()
  File "/opt/python2.7/lib/python2.7/threading.py", line 473, in start
    _start_new_thread(self.__bootstrap, ())
thread.error: can't start new thread


I wonder what's wrong? TIA!

Reply via email to