Python Gump has problem with the gentlemen in here's name (in <nag from=:
http://cvs.apache.org/viewcvs.cgi/jakarta-gump/project/jakarta-log4j.xml?rev=1.27&content-type=text/vnd.viewcvs-markup
basically it is trying to parse/handle everthing as ASCII, and barf with:
log.error("From :" + str(fromaddr)) UnicodeError: ASCII encoding error: ordinal not in range(128) Integration completed with exit code : 1
Anybody have any clues how to handle this?
I had this problem too and had solved it some time back by using another charset... sorry but I don't remember what I had done. Maybe if you look in the ML or CVS-ML archives or in some comments in the code you can find some comment from me on this.
--
Nicola Ken Barozzi [EMAIL PROTECTED]
- verba volant, scripta manent -
(discussions get forgotten, just code remains)
------------------------------------------------------------------------------------------------------------------------------------------ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
