Hello,
I'm trying to generate charts with Pylan from jMeter xml logs.
Pylan is unable to open my logs. The console output this error :
Traceback (most recent call last):
File "Pylan_1.0.py", line 603, in open_log
self.log = jmlog(self.filename,self.throughput_range,self.time_range)
File "Pylan_1.0.py", line 61, in __init__
if self.validate_xml(path): self.read_xml()
File "Pylan_1.0.py", line 173, in validate_xml
dtd = etree.DTD(dtd_filename)
File "dtd.pxi", line 54, in lxml.etree.DTD.__init__ (src/lxml/lxml.etree.c:126186)
lxml.etree.DTDParseError: failed to load external entity "NULL"
Do you have any idea ?
Original issue reported on code.google.com by fgrenier...@gmail.com on 24 Aug 2012 at 9:23
Original issue reported on code.google.com by
fgrenier...@gmail.com
on 24 Aug 2012 at 9:23