Hello all,
I recently bought a new laptop and I want to install Cantera on it, but it doesn't work out yet. At my old laptop I had Python 3.4.0. with NumPy 1.8.2. (64-bit) and Cantera 2.1.2, which worked great. If I install the same (or newer) version on my new laptop and try to run something, I get a long error code like the one described here. Can anybody help me out?
Regards,
Michael
Procedure: ct2ctml
Error: Error converting input file "C:/Program Files/Cantera/data/gri30.cti" to
CTML.
Python command was: 'C:\Python34\python.exe'
The exit code was: 7
-------------- start of converter log --------------
Traceback (most recent call last):
File "<stdin>", line 5, in <module>
File "C:\Python34\lib\site-packages\cantera\__init__.py", line 1, in <module>
from ._cantera import *
File "__init__.pxd", line 155, in init cantera._cantera
(cantera/_cantera.cpp:69835)
ImportError: No module named 'numpy'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<stdin>", line 7, in <module>
ImportError: No module named 'ctml_writer'
--------------- end of converter log ---------------
Error in XML_Node (line 11)
x.id = ctmethods(10,15,0,src); % newxml(name)
Error in Solution (line 30)
doc = XML_Node('doc',src);
Error in IdealGasMix (line 39)
s = Solution(a);