Re: interesting dict bug

2007-05-19 Thread Sick Monkey
Ahhh thank you so much! I just added a ".encode('utf-8')" to the variables causing problems and that resolved my issue. Much appreciated! .dave On 5/19/07, Jeff McNeil <[EMAIL PROTECTED]> wrote: Filename is a unicode string. See http://www.diveintopython.org/xml_processing/unicode.html or htt

Re: interesting dict bug

2007-05-19 Thread Jeff McNeil
Filename is a unicode string. See http://www.diveintopython.org/xml_processing/unicode.html or http://docs.python.org/tut/node5.html#SECTION00513. Python 2.5 (r25:51918, Sep 19 2006, 08:49:13) [GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin Type "help", "copyright", "credit