Hi Ben,
Ben Bangert wrote:
I've updated the svn of WebHelpers to use the latest scriptaculous
Javascripts, can you try updating your WebHelpers package and see if
the issue is resolved?
Here's the command to update your WebHelpers package:
easy_install -U WebHelpers==dev
I just did that and got webhelpers==0.2.3dev-r1612, but there is some
weirdness going on and it breaks the tutorial: I know get a traceback
(exceptions.KeyError: "'tags'" ), with both FF and IE. Investigating it
a bit, I added:
print request.params
at the begining of the search action, and here is what I get:
MultiDict([])
I downgraded by doing: easy_install -U WebHelpers==0.2.2
and now I get correctly something that looks better:
MultiDict([('tags', 'flower'), ('commit', 'Find'), ('_', '')])
and things work again.
I there something broken in webhelpers==0.2.3dev-r1612, or did I do
something wrong? Do I need to do anything else to "update" my local
copy of the flicrk tutorial, or do I need to recreate it from scratch
after doing "easy_install -U WebHelpers==dev" ?
Thanks for the help!
--
Yves-Eric
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---