3

I installed Web2py on my machine. When I click web2py.exe, a console appears for a second and disappears. Nothing more than that. What must be missing?

VJOY
  • 3,752
  • 12
  • 57
  • 90
  • Open a command line and start the program from there. You might be able to see some error messages then – Joshua Varghese Apr 17 '20 at 11:53
  • C:\myproject\web2py_win\web2py>web2py.exe Traceback (most recent call last): File "", line 6, in File "__main__.py", line 128, in File "__main__web2py__.py", line 33, in TypeError: start() takes no arguments (1 given) C:\myproject\web2py_win\web2py> – VJOY Apr 17 '20 at 11:56

2 Answers2

1

As per different blog post, the latest web2py version is broken. You can download an older version from the the for the time being. For my case, I am now started with a older version.

Download older version from here

mkRabbani
  • 16,295
  • 2
  • 15
  • 24
0

It seems to be broken. However, you can download the source and run it like this:

python web2py.py

There's a discussion mentioning the problem on the web2py group and Nico Zanferrari has a fix in his repository.

jdigital
  • 11,926
  • 4
  • 34
  • 51