# from lxml import etree; import module2dbk; print module2dbk.xsl_transform(etree.parse(\'test-ccap/col10614/index.cnxml\'), []); Error: bash: syntax error near u
Are you typing this at the unix command prompt? You should be doing this inside the python environment, ie. type python at the prompt and work from there.
python
Also, no ; needed at the end of the line in Python
;