> El domingo, 23 de diciembre de 2012 18:01:21 UTC-3, samuel bonilla escribió:hi all > i'm developing an application based on movuca ( https://github.com/rochacbruno/Movuca) but i get an error I do not understand > <type 'exceptions.TypeError'> format requires a mapping
> Traceback (most recent call last): Check your view, seems like there is a string using named parameters and the format input is a string object or other incompatible object type Also look this stackoverflow post: http://stackoverflow.com/questions/9990177/type-error-format-requires-mapping --

