# from lxml import etree; import module2dbk; print module2dbk.xsl_transform(etree.parse('test-ccap/col10614/index.cnxml'), []); Error: bash: syntax error near unexpected token `('
add #!/usr/bin/env python at the top of your script, or call your script using python myscript.py
#!/usr/bin/env python
python myscript.py
2.1m questions
2.1m answers
60 comments
57.0k users