Conversation
Notices
-
I am getting a KeyError on this dictionary http://fpaste.org/cSnt/ - are the % symbols screwing with things? !python
-
@ddevine no. works for me. "u'%j'" is different then u"%j" http://paste.pocoo.org/show/3ZRI9KAczzro0Gkiyqs8/
-
@mru Mmm... I wonder what is making mine play up. Thanks for your help!
-
@ddevine give me an example, are you sure you want "u'%j'" and not u'%j' show me an minimal example of your problem
-
@ddevine Is working for me, matchkeys[" u'%u'"] -> 'datetime'
-
@ddevine : Looking at the dict, I cannot imagine any situation where you may need a dict like this...
-
@noisefloor I am using dictionaries to translate one set of keys into another set of keys. Those keys are the ones spat out by apachelog.
-
@noisefloor working on other things at the moment. Dictionaries are not an issue anymore. Haven't time to do proper debugging yet. !python
-