I am getting error while converting from sxw to rml
C:\Program Files\TinyERP Server\addons\base_report_designer\wizard\tiny_sxw2rml>
python tiny_sxw2rml.py partner_list.sxw >"C:\Program Files\TinyERP 
Server\addons\base\res\partner\report\partner_list.rml"
Traceback (most recent call last):
  File "tiny_sxw2rml.py", line 363, in ?
    result = sxw2rml(f, xsl, output=opt.output, save_pict=False)
  File "tiny_sxw2rml.py", line 323, in sxw2rml
    res = tool.unpackNormalize(sxw_file)
  File "tiny_sxw2rml.py", line 309, in unpackNormalize
    c,s = self.oo_read(sourcefile)
  File "tiny_sxw2rml.py", line 282, in oo_read
    z = zipfile.ZipFile(fname,"r")
  File "C:\Python24\lib\zipfile.py", line 210, in __init__
    self._GetContents()
  File "C:\Python24\lib\zipfile.py", line 230, in _GetContents
    self._RealGetContents()
  File "C:\Python24\lib\zipfile.py", line 242, in _RealGetContents
    raise BadZipfile, "File is not a zip file"
zipfile.BadZipfile: File is not a zip file


Please can anybody help me in solving this error.





_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to