Hello
I am using WindowsXP and have problems running Cantera.
I have installed python3.4.3
And then I could install Cantera1.6.0r1.
I have added the path of the directory in witch I
installed Cantera to the Environmentvariable "Path".
I have added the two Folders Matlab\toolbox\cantera\1D
and Matlab\toolbox\cantera in the Canterafolder to the
Matlab search paths.
But when I try to run a m-file in Matlab I get the
following error message:
>> air
Traceback (most recent call last):
File
"C:\DOKUME~1\Lukas\LOKALE~1\Temp/.cttmp1148082221.pyw",
line 1, in ?
from ctml_writer import *
ImportError: No module named ctml_writer
???
************************************************
Cantera Error!
************************************************
Procedure: ct2ctml
Error: could not convert input file to CTML.
Command line was:
python
C:\DOKUME~1\Lukas\LOKALE~1\Temp/.cttmp1148082221.pyw>
ct2ctml.log 2>&1
Error in ==> XML_Node.XML_Node at 11
x.id = ctmethods(10,15,0,src); % newxml(name)
Error in ==> Solution.Solution at 30
doc = XML_Node('doc',src);
Error in ==> importPhase at 7
s = Solution(file, name);
Error in ==> air at 7
gas = importPhase('air.cti','air');
>>
I tried to install cygwin witch did not work.
What is the Problem with my Cantera???
Is it because of cygwin that is missing?
Can you help me as soon as possible, please...
kind regards
Lukas
Logged In: YES
user_id=756981
You need to run the Cantera Python package installer by double-clicking on it
in the Cantera folder.
Logged In: YES
user_id=1525610
I have installed Python already. and I have run the
installation file in the Cantera Folder called
"Cantera-1.6.0.win32-py2.4.exe". This Installation
automatically detected Python and finished sucessfully.
(I have also run the "mixmaster.py" file.)
I still get the same error:
"***********************************************
Cantera Error!
************************************************
Procedure: ct2ctml
Error: could not convert input file to CTML.
Command line was:
python C:\DOKUME~1\Lukas\LOKALE~1\Temp/.cttmp1148138255.pyw>
ct2ctml.log 2>&1
Error in ==> XML_Node.XML_Node at 11
x.id = ctmethods(10,15,0,src); % newxml(name)
Error in ==> Solution.Solution at 30
doc = XML_Node('doc',src);
Error in ==> GRI30 at 22
s = Solution('gri30.cti','gri30');
regards,Lukas