Mac OS X with both original python 2.5.1 and macports python 2.5.2 i
get Bus Error and Python crashes.
when i call form object with ()
login_form = form.Form(
form.Textbox("login", description = "Login:"),
form.Password("password", description = "Password:")
)
return render.login(login_form()) # gives me bus errror
return render.login(login_form) # gives no errors
same if i pass web.input() to form as argument
I checked form.py and noticed it uses deepcopy for this, please help
me. what might be wrong?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---