VJOY
VJOY

Reputation: 3792

Unable to start web2py

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?

Upvotes: 3

Views: 181

Answers (2)

jdigital
jdigital

Reputation: 12276

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.

Upvotes: 0

mkRabbani
mkRabbani

Reputation: 16908

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

Upvotes: 1

Related Questions