On Fri, Sep 05, 2003 at 01:34:19PM -0700, Jim Dukarm wrote: > Here is a suggestion: Quixote's setup.py should test whether > sys.platform == 'win32' and if it it true, install the Python-only > version of htmltext. The current code does that. > If a Windows binary of htmltext is posted for download from the > Quixote downloads page, the hapless Windows user can go get it if/when > it is needed. FWIW, we see a significant performance increase when using the C htmltext extension. If people have a compiler I recommend building it. I guess I'm biased since I wrote the extension. Perhaps our applications use more templates then average. One of our decent sized pages creates 5100 htmltext instances. I got that number by incrementing a counter in the request every time htmltext was instantiated. Whoa, I found a big page that uses 44923 htmltest objects. Yikes! Neil