Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
4923 Переглядів

I've installed module base_report_designer and want to convert sxw file into rml. But it gives error when I run openerp_sxw2rml.py . I don't understand what's the problem.

Traceback (most recent call last):
  File "openerp_sxw2rml.py", line 358, in <module>
    result = sxw2rml(f, xsl, output=opt.output, save_pict=False)
  File "openerp_sxw2rml.py", line 315, in sxw2rml
    style = etree.XSLT(styledoc)
  File "xslt.pxi", line 409, in lxml.etree.XSLT.__init__ (src\lxml\lxml.etree.c:
139421)
lxml.etree.XSLTParseError: Cannot parse stylesheet
Аватар
Відмінити

have you used the command python openerp_sxw2rml.py your_sxw.sxw > your_rml.rml to convert the sxw file to rml file?

Автор

yes, I navigate into this py folder and run exactly this command python openerp_sxw2rml.py your_sxw.sxw > your_rml.rml

Related Posts Відповіді Переглядів Дія
0
жовт. 16
1994
0
бер. 15
3060
1
бер. 15
3400
2
бер. 15
4294
0
черв. 24
338