On Dec 5, 8:20 am, "Reenen Laurie" <[EMAIL PROTECTED]> wrote:
> From this... I changed line 198 in bag.py so that it now reads:
> #bag_name = environ['wsgi.routing_args'][1]['bag_name']
> bag_name = environ['selector.vars']['bag_name']
This is an indicator that your selector package is not working
correctly. Most likely this is because you have an older version of
selector.py. You need at least 0.8.10. If you do 'pydoc selector' it
should tell you what version you have. If you've got 0.8.10 or better
and it is still giving the wrong info, then we can consider adjust the
code so that it does selector.vars as a fallback from not finding
wsgi.routing_args.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" 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/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---