Can an app be debugged without constantly reloading the server?

2010-02-15 Thread Jamie
I know that the answer is probably "no", but I wanted to ask it anyhow. I'm trying to find an IDE that works well with Pylons and currently evaluating both Wing and Komodo. I was spoiled years ago by Visual Studio's awesome debugging features and was hoping to get as close that as possible. My b

Re: Windows: relationship between paster, python, and your application

2010-02-15 Thread Thomas G. Willis
On Feb 15, 2:45 pm, Veloz wrote: > Hi > I came across something surprising recently that made me scratch my > head and want to understand more deeply the relationship between > paster, your pylons code, and python. > > I added some code to the destructor of my Globals object. This code > waits 1

Windows: relationship between paster, python, and your application

2010-02-15 Thread Veloz
Hi I came across something surprising recently that made me scratch my head and want to understand more deeply the relationship between paster, your pylons code, and python. I added some code to the destructor of my Globals object. This code waits 10 seconds, in a timing loop, and then prints a me

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