jcaiuwyo / cantera

Automatically exported from code.google.com/p/cantera
0 stars 0 forks source link

non-default installation directory make matlab demo run into error #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Install the cantera in D:\program files\cantera
2.Run demo or tutorial of in matlab
3.

What is the expected output? What do you see instead?
Expect normal output, but I see error msg says it cannot find something.

What version of the product are you using? On what operating system?
python 2.6.6, win7 x86, matlab 2010a, Cantera-1.8.r444-x86.msi

Please provide any additional information below.
A temporary method is available to fix the problem: 
mklink \d "C:\Program files\Cantera" "D:\Program files\Cantera" 

Original issue reported on code.google.com by chengdi1...@gmail.com on 1 Dec 2011 at 12:38

GoogleCodeExporter commented 9 years ago
I encountered the same problem.

I guess Cantera just used some of "hard" paths, which don't change with your 
install directory.

Original comment by human.P...@gmail.com on 2 Dec 2011 at 4:02

GoogleCodeExporter commented 9 years ago
This should be implicitly fixed in the SCons build system.

Original comment by yarmond on 11 Apr 2012 at 8:28