During the last rescue of this website, I ran into issue. In fact my old blog engine (Alinea) was buggy due to a lot of changes in SQLObject, Webware and docutils. I was sick to patch this days after days … Continue reading →
tag: docutils, sqlobject, Webware, wordpress
After a long trip around the Python web developpement tools, it’s time to fix. In a previous post (please read all comments before ..) we have talk for a long time about various web frameworks. Here is my personnal conclusion: … Continue reading →
tag: Python, twisted, Webware
There is a bunch of Python based web framework. So much that it’s a really hard choice to do. Most of them came w/ a special templating language, and a different approach. Dilemma 1 I really think most of the … Continue reading →
tag: Python, twisted, Webware, Zope
This is more a provocation for Ian, than a real post. While looking for a good python wiki, i found http://wiki.w4py.org/thiswiki.html (wiki.Webware) really interesting. And once again this is webware so : you don’t have a tgz .. but a … Continue reading →
tag: Python, Webware, wiki
Webware is one of my favorite webapp. Simply because i understand how it works. There is no magic in.. just a standard Servlet way of think. But on the other side, i really think some part of webware should be … Continue reading →
tag: Python, Webware, zpt
Yes it works !! While looking for a way to have some better URL in Webware, than the defaut http://host/Servlet?arg0=..&arg1=, Ian tell me to look at WebKit.URLParser. After a little time looking at the source i managed to do this … Continue reading →
tag: Python, Webware
After looking at several way to build custom webapps in python, i tested several things : Zope alone Zope + CMF Plone Webware + Cheetah or PSP Webware + Modeling + ZPT .. And my conclusions right now is: SQLObject … Continue reading →
tag: cheetah, sqlobject, Webware, Zope, zpt
Ho, i miss it .. Yesterday, it tested the HttpAdapter for Webware. This is a nice, easy to use (no need to use the cgi or tweak the httpd.conf) Adapter for Webware. To test: Just copy the WebKit/Adapters/HTTPAdapter.py in your … Continue reading →
tag: http, Python, Webware
While loosing some time over python blogs, i just found this blog written in Webware. This sound amaizing since i have already done several things like this, using ww and Modeling but i found that using a RDBDM for a … Continue reading →
tag: Blog, Python, Webware