Hi all,
Sorry to intrude on this thread. But I am facing the exact same problem converting a h2-air chemkin mechanism file to cantera (.cti) format. Following the discussions on this thread the following is what I have tried:
1. First of all, to let you know I am using Python 2.7 installed using Anaconda package, and Cantera 2.1.1.
2. I have tried with different file formats for the mechanism file - .inp, .dat, .txt (originally .inp). But nothing worked.
3. First, I tried to use the Matlab function ck2cti.m - using
f = ck2cti('chem.inp', 'therm.dat', 'tran.dat') - didn't work!! Don't know what else is required.
4. Then opened up command prompt, copied the all files in the "C:\Program Files\Cantera\bin" location and tried
python ck2cti.py --input=chem.txt --thermo=thermo.txt --transport=transport.txt --permissive -d
I have commented all species information from thermo.dat (or .txt) file that were not there in the mechanism file using notepad++. Here is the error

6. Only thing I could not figure out was how to edit the missing 4th row data in the link provided. How do I fill that out? May be this is the sole reason! The error I am getting in the command prompt is attached as screenshot. Attached the mechanism, thermo and transport file as well.
Greatly appreciate any help to resolve this!!
Thanks in advance
Roy