20 |
'esysXML.py', |
'esysXML.py', |
21 |
'linearPDEs.py', |
'linearPDEs.py', |
22 |
'pdetools.py', |
'pdetools.py', |
23 |
|
'modelframe.py', |
24 |
'runmodel.py', |
'runmodel.py', |
25 |
'symbols.py', |
'symbols.py', |
26 |
'test_symbols.py', |
'test_symbols.py', |
31 |
|
|
32 |
pyc = escriptpy_env.PyCompile(python_src) |
pyc = escriptpy_env.PyCompile(python_src) |
33 |
escriptpy_env.Install(pydir, pyc) |
escriptpy_env.Install(pydir, pyc) |
34 |
|
escriptpy_env.Install(pydir2, pyc) |
35 |
|
|
36 |
if pyinstall != None: |
if pyinstall != None: |
37 |
escriptpy_env.Install(pyinstall, pyc) |
escriptpy_env.Install(pyinstall, pyc) |