> File "/usr/local/lib/python3.0/site-packages/web/httpserver.py", > line 71 > except socket.error, socket_err: > ^ > SyntaxError: invalid syntax > > Does't it mean the webpy don't support python3 and I want to know the > roadmap , thanks
web.py doesn't support python3 because the libraries it depends on doesn't have support for python3 yet. Anand --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
