[Webware-devel] MiddleKit: Generated Code Incompatibility with Python 2.3

2004-12-09 Thread Martin Virtel
Hi, I'm using WebKit 0.81 on Debian Linux. It works fine with Python up to 2.2.2, but I get an error *in the generated Python code* from MiddleKit with 2.3 on every MiddleKit Object that has an attribute of type datetime. I'm using mx.DateTime, the generated code works fine with 2.2.2. The exa

[Webware-devel] Re: HTTPcontent

2004-12-09 Thread Michael
My mistake. I used the CVS versions of Page and HTTPcontent with the 0.8.1 version of the examples. After downloading the CVS fileupload.py it works. M. Jason Hildebrand wrote: On Wed, 2004-12-08 at 19:55 -0500, Michael wrote: Hi Jason, I just tried the spanking-new HTTPcontent with t

[Webware-devel] Re: HTTPcontent

2004-12-09 Thread Jason Hildebrand
On Wed, 2004-12-08 at 19:55 -0500, Michael wrote: > Hi Jason, > I just tried the spanking-new HTTPcontent with the WebKit/Examples/ > fileupload servlet. > Here is the traceback. > Best, Michael > Traceback (most recent call last): > File "C:/Webware\WebKit\Application.py", line 436, in dispatc

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

2004-12-09 Thread Jason Hildebrand
On Mon, 2004-12-06 at 10:04 -0500, Winston Wolff wrote: > So to accomplish this we need: > Documentation describing the need to discuss a test on the webware-devel > list, and describing how to add a test, run the tests, etc. > alltests.py in each kit - We need a standard module that contains all