[Webware-devel] Re: you're missing nevow and stan

2004-12-06 Thread Chuck Esterbrook
Hi Moof, I'm unable to maintain that page anymore. I've CCed the webware-devel list in case someone there can help. Best regards, -Chuck On Mon, 29 Nov 2004 16:09:44 +0100, Moof wrote: > Hi Chuck > > > Just looked at your python based templating languages page. You're > missing nevow and stan.

RE: [Webware-devel] appserverpid windows service issue

2004-12-06 Thread jose
Hi Jason, Thanks for the fix, I just installed it and it works great!, Also it looks like you are detecting the windows pid better now. I noticed that the original code always produced a pid of -1, now you are getting numbers that look like real PID's Thanks again for the fast work Jose >

[Webware-devel] Re: [Webware-discuss] automated test suite, your thoughts?

2004-12-06 Thread Winston Wolff
Hi Mark and other Webware developers- Here are my first thoughts on organizing automated test cases. To make it easy for people to contribute automated tests, I think we need: • Test discussion - A way to get feedback when you are thinking about writing a test. Although a test might be only a fe

[Webware-devel] Processing POST and GET fields in wsgikit

2004-12-06 Thread Eric Radman
One of my applications is failing under wsgikit because it requires input from both both POST and GET variables in the fields dictionary. This is the test I'm using: from wsgikit.webkit.wkservlet import Page class test(Page): def writeBodyParts(self): self.writeln("""Request Method:

[Webware-devel] AutoReloadingAppServer

2004-12-06 Thread Paul Goodyear
AutoReloadingAppServer.py   How do I implement this so that my contexts trigger the restart if imported files are not updating?   Thanks.   Paul.

[Webware-devel] AutoReloadingAppServer

2004-12-06 Thread Paul Goodyear
AutoReloadingAppServer.py   How do I implement this so that my contexts trigger the restart if imported files are not updating?   Thanks.   Paul.