which python version?
On Jul 30, 11:41 am, Johan <[email protected]> wrote: > Hello. I'm new here. > I just bought a vps at intovps.com , I installed archlinux on it with > everything that I'm used to work with, and tried launching web2py, but > to no avail. > > $ python web2py.py --nogui --password="a" --port="55000" > > web2py Enterprise Web Framework > Created by Massimo Di Pierro, Copyright 2007-2010 > Version 1.81.5 (2010-07-22 17:51:19) > Database drivers available: SQLite3, PostgreSQL > Starting hardcron... > please visit: > http://127.0.0.1:55000 > use "kill -SIGTERM 24238" to shutdown the web2py server > Traceback (most recent call last): > File "web2py.py", line 20, in <module> > gluon.widget.start(cron=True) > File "/home/johan/web2py/gluon/widget.py", line 875, in start > server.start() > File "/home/johan/web2py/gluon/main.py", line 683, in start > self.server.start() > File "/home/johan/web2py/gluon/rocket.py", line 208, in start > self._threadpool.start() > File "/home/johan/web2py/gluon/rocket.py", line 547, in start > thread.start() > File "/usr/lib/python2.6/threading.py", line 474, in start > _start_new_thread(self.__bootstrap, ()) > thread.error: can't start new thread > > It seems that there is a problem with threads on the python > installation. > But I ran a simple threading test and it worked.... > Any ideas?

