[Webware-discuss] WebKit not compiling

2005-02-23 Thread Eduardo Elgueta
Hi All, Suddenly, webkit is not compiling class library files. When I run a servlet that uses this object, it generates an exception pointing to a comment line in the class file! All changes to the class library files are ignored. The lib file is in a subdirectory of the webkit dir, and this

Re: [Webware-discuss] WebKit not compiling

2005-02-23 Thread Matt Feifarek
I've seen this kind of bs on occasion. Once in a very long while, I need to nuke .pyc files... when it *seems* to run them rather than newer .py files. Also, I'd look at line-ending problems (maybe there are a few lines that have windows-y ones or something) and or indentation problems;

Re: [Webware-discuss] WebKit not compiling

2005-02-23 Thread Roger Haase
--- Eduardo Elgueta [EMAIL PROTECTED] wrote: Hi All, Suddenly, webkit is not compiling class library files. When I run a servlet that uses this object, it generates an exception pointing to a comment line in the class file! All changes to the class library files are ignored. I

Re: [Webware-discuss] WebKit not compiling

2005-02-23 Thread Ian Bicking
Matt Feifarek wrote: I've seen this kind of bs on occasion. Once in a very long while, I need to nuke .pyc files... when it *seems* to run them rather than newer .py files. Also, I'd look at line-ending problems (maybe there are a few lines that have windows-y ones or something) and or indentation

Re: [Webware-discuss] WebKit not compiling

2005-02-23 Thread Eduardo Elgueta
Roger, This is not the case. Lines are right, I mean, the line number is consistent with the line text. Ed. Roger Haase wrote: --- Eduardo Elgueta [EMAIL PROTECTED] wrote: Hi All, Suddenly, webkit is not compiling class library files. When I run a servlet that uses this

[Webware-discuss] MultiSelectField - type of value

2005-02-23 Thread Steve M
If f is a MultiSelectField, then when the form is submitted the type of f.value() depends on whether none, one or more than one option was selected. If none was selected, f.value() is None. This makes sense and works with the NotEmpty validator as opposed to the RequiredField validator. But if

Re: [Webware-discuss] MultiSelectField - type of value

2005-02-23 Thread Matt Feifarek
Hello Steve. I wouldn't dive into making your own mods just yet; we're hoping to release a new alpha of FormKit in the very next few days; then, you should be able to make a subclass (or more simply, a Validator/Converter) to make it work the way that you want. I've tried to answer some of your

[Webware-discuss] WSGIKit repository moved

2005-02-23 Thread Ian Bicking
I moved the WSGIKit repository to http://svn.webwareforpython.org/trunk/WSGIKit -- and since it looks like the main Webware trunk will also be moving to this repository, this should keep everything consolidated nicely. If anyone is interested in access, email [EMAIL PROTECTED] BTW, the

[Webware-discuss] Why is this xmlrpc so slow?

2005-02-23 Thread jose
Dear webware community, I'm perplexed, I have been playing around with XMLRPC as a way to connect to a database and deliver content. Please see the code below:(one is a XMLRPCServlet and the second is a regular servlet) The is issue is that the XMLRPC servlet is about 8 times slower then the