"Alvin Wang" <[EMAIL PROTECTED]> writes: > This may be obviously wrong so I am not sure it should be considered a > bug. > > Anyway, I was going to experiment with formencode. I thought, I should > quickstart another project so I can throw it away later. I called my > test project formencode. It didn't even finish when everything blew up > in a mass of errors. Any further calls to tg-admin died. > > It was fine after I deleted the partial formencode project. I won't do > it again. Should this be considered a problem?
It is a programming error. You can't name your code after anything that already exists in Python or you'll be shadowing it. -- Jorge Godoy <[EMAIL PROTECTED]>

