I am using Cantera 2.0.1. My code compiles with no errors. When I run it, I get the following error:
terminate called after throwing an instance of 'Cantera::CanteraError'
what():
***********************************************************************
CanteraError thrown by ct2ctml:
Error converting input file "../input/GRI30.cti" to CTML.
Python command was: 'python'
The exit code was: 7
-------------- start of converter log --------------
Traceback (most recent call last):
File "<stdin>", line 4, in <module>
ImportError: No module named ctml_writer
--------------- end of converter log ---------------
***********************************************************************
I have found some discussions reporting this problem but none of them contained a solution. Let me know if you have any suggestions.
Would producing my own CTML file work? I tried doing using that tutorial but I could not get that to work either...