On Feb 26, 2010, at 1:59 PM, jeffro wrote: > Trying to test a form in pylons and getting the following error when > calling form.submit() > > TypeError: You cannot set the body to a unicode value without a > charset > > The test code does the following in a class derived from > TestController and running under 'python setup.py nosetests'
Looks like you're using the system installed webob/webtest. Can you try upgrading both of those (Especially webob), as this bug might've been fixed in a more recent webob. Cheers, Ben -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
