> Did you manage to run web.py on python3.0 with your patch?
> I couldn't run the hello world example using either wsgiserver or
> fastcgi as both are not python3.0 compatible.

Web.py is properly imported, but the modules it depends on (MySQLdb
and wsgi) have no python3.0 compatible packages. Thus, most parts of
it are non-functional in python3 right now, rendering it mostly
useless.

For now, I'm running our code in 2.6 until the dependent packages are
correctly updated.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to