Re: [Zope] Python 3 support in any Zope Toolkit version or fork

2013-12-04 Thread Sebastien Douche
On Tue, Nov 12, 2013 at 10:52 PM, Stephan Richter stephan.rich...@gmail.com wrote: Well, we replaced Paste by writing our own startup script, which was trivial. Note that PasteScript is ported. See zope.paste. I tried zope.paste. Works great but how configure loggers (previously in zope.conf)?

[Zope] Python 3 support in any Zope Toolkit version or fork

2013-11-12 Thread Dotan Cohen
Hi all, I have a Python3 web application that I am considering porting to Zope Toolkit. Currently I am handling all the web connections in low-level Python. However, Python3 is a hard requirement. Are there any Zope Toolkit versions or forks which are Python3 compatible? What are the major

Re: [Zope] Python 3 support in any Zope Toolkit version or fork

2013-11-12 Thread FLORAC, Thierry
: [Zope] Python 3 support in any Zope Toolkit version or fork Hi all, I have a Python3 web application that I am considering porting to Zope Toolkit. Currently I am handling all the web connections in low-level Python. However, Python3 is a hard requirement. Are there any Zope Toolkit versions

Re: [Zope] Python 3 support in any Zope Toolkit version or fork

2013-11-12 Thread Dotan Cohen
zope-boun...@zope.org de la part de Dotan Cohen dotanco...@gmail.com Envoyé : mardi 12 novembre 2013 10:31 À : zope@zope.org Objet : [Zope] Python 3 support in any Zope Toolkit version or fork Hi all, I have a Python3 web application that I am considering porting to Zope Toolkit. Currently I

Re: [Zope] Python 3 support in any Zope Toolkit version or fork

2013-11-12 Thread FLORAC, Thierry
Thanks. As I understand it, all the packages listed on that page would have to be Python3 compatible for Zope Toolkit to be Python3 compatible, no? Yes, probably... Regards, Thierry ___ Zope maillist - Zope@zope.org

Re: [Zope] Python 3 support in any Zope Toolkit version or fork

2013-11-12 Thread Dotan Cohen
On Tue, Nov 12, 2013 at 4:09 PM, Stephan Richter stephan.rich...@gmail.com wrote: ZTK 2.0 aims at Python 3 compatibility. All relevant packages have been ported, but many are alpha releases, because they awaited a final ZODB 4.0 release, which brought Python 3 support. Since ZODB 4.0 is now

Re: [Zope] Python 3 support in any Zope Toolkit version or fork

2013-11-12 Thread Sebastien Douche
On Tue, Nov 12, 2013 at 1:33 PM, FLORAC, Thierry thierry.flo...@onf.fr wrote: Thanks. As I understand it, all the packages listed on that page would have to be Python3 compatible for Zope Toolkit to be Python3 compatible, no? Not really, some packages don't work like Paste. I'm testing our app