Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4326692
By: ferno

Oddly enough, I just discovered PyDev 1.3.2 doesn't exhibit this issue.  
However,
I do get the aforementioned urllib + unicode error, which, while annoying, 
doesn't
affect anything.


-------------------------------------------------------
Traceback (most recent call last):
  File "C:\eclipse\plugins\org.python.pydev.debug_1.3.2\pysrc\pydevd_vars.py",
line 156, in frameVarsToXML
    xml += varToXML(v, str(k))
  File "C:\eclipse\plugins\org.python.pydev.debug_1.3.2\pysrc\pydevd_vars.py",
line 135, in varToXML
    xmlValue = ' value="%s"' % (makeValidXmlValue(urllib.quote(value, '/>_=
\t')))
  File "c:\python25\lib\urllib.py", line 1205, in quote
    res = map(safe_map.__getitem__, s)
KeyError: u'\xa1'
unexpected error, recovered safely u'\xa1'
-------------------------------------------------------

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to