W liście Gera88 z dnia czwartek 04 czerwca 2009:
> Hello.
>
> I'v get an error while try to request.GET('category')
>
> Module site.controllers.service:67 in get_cat_name
>
> >> cat_name = request.GET('category')
>
> AttributeError: UnicodeMultiDict instance has no __call__ method
request.GET[], not request.GET(). Brackets, as in array access, not as in
function call
--
Paweł Stradomski
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---