Re: Weird exception with formencode

2010-02-16 Thread Alec Lyons
What is your work environment like? Won't help with the immediate problem, but if you use a vcs for your code, keep track of dependencies in the setup config for your pylons site, and use virtualenv for all your python dependencies it makes it really difficult to get muddled about what has changed,

Re: Weird exception with formencode

2010-02-15 Thread Ian Wilson
Seems like you have a type="textbox" when you should have a type="text". http://www.w3.org/TR/html401/interact/forms.html#h-17.4 type = text|password|checkbox|radio|submit|reset|file|hidden|image|button People on the formencode just recently list talked about adding a way to tell htmlfill.render w

Re: Weird exception with formencode

2010-02-15 Thread Anil
OK, I know what the problem is. I was deriving another mako template in this login.mako file. The inherited mako file had another form in it. So basically, I got two tags in the final rendered template. This would be a problem. Is there a way I can specify which form I want to htmlfill (through a

Weird exception with formencode

2010-02-15 Thread Anil
I was playing around with Authkit. Then later I decided to not use it. Removed all of the configuration changes I've done, in the environment. But now I get this exception: ⇝ AssertionError: I don't know about this kind of : textbox (pos: (193, 24)) Module ?:*2* in check