On Fri, Mar 5, 2010 at 7:11 AM, Gnarlodious <[email protected]> wrote: > Do I have to install all this stuff? Will Web.py run in Python 3? I > tried to run it under Py 2.6 but it didn't work.
Python 2.x is not compatible with Python 3.x, and web.py is written to run under Python 2.x. It should run under Python 2.x, though. -- Branko Vukelić http://foxbunny.tumblr.com/ http://www.flickr.com/photos/16889...@n04/ http://www.twitter.com/foxbunny http://github.com/foxbunny -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
