The bottle and CherryPy frameworks also claim compatibility with Python 3. So they are a few at least around to look at. It is the big ones like Django, Pyramid, TurboGears, Flask which haven't yet been ported.
Graham On 19 May 2011 23:17, Jason Garber <[email protected]> wrote: > Hi Manuel, > > We have been on python 3 since late 2009 with much success. Our AppStruct > framework works great. > > It is focused and does not hold your hand, but makes most things easy as > php. > > Let me know if you want any help getting started. > > Jason Garber > > On May 19, 2011 9:07 AM, "Manuel Antonio Mora Sandoval" <[email protected]> > wrote: >> Thanks Graham, but I am a programmer aggressive, and I like do the first >> framework, that work with Python 3, is a personal project (perhaps it >> grown >> after) and I find that mod_wsgi is the unique module for Apache that >> support >> Python3. >> >> Once more thanks, and I will be asking you. >> >> 2011/5/18 Graham Dumpleton <[email protected]> >> >>> Read: >>> >>> http://code.google.com/p/modwsgi/wiki/SupportForPython3X >>> >>> If your application complies with WSGI 1.0.1 (PEP 3333) it will work >>> fine. >>> >>> For Python 3.2, you will need to use code out of the mod_wsgi source >>> code repository as mod_wsgi 3.3 doesn't work on Python 3.2 because >>> they made some changes in Python 3.2 to effectively deprecate direct >>> usage of certain threading functions and made using them directly >>> cause errors. >>> >>> Your bigger problem will be finding Python web frameworks that support >>> Python 3. >>> >>> Graham >>> >>> On 19 May 2011 05:25, mams.827 <[email protected]> wrote: >>> > Hi, I am newer with mod_wsgi, but I like python, and I am working in a >>> > project that include python 3.1 (perhaps now 3.2), I would know in >>> > that percentage is mod_wsgi for to work with it version? >>> > >>> > Thank you very much for it awesome work, I hope to do big things with >>> > it. >>> > >>> > -- >>> > You received this message because you are subscribed to the Google >>> > Groups >>> "modwsgi" 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/modwsgi?hl=en. >>> > >>> > >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "modwsgi" 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/modwsgi?hl=en. >>> >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "modwsgi" 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/modwsgi?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" 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/modwsgi?hl=en. > -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
