Hi.
When doing my first tests with Python scripts in DWSIM, it said that it could not find the python libraries. However, after installing latest Python (v 3.7.1 on Win10), it is still not found because DWSIM looks for an older version. What is the right way to get Python working with DWSIM on Windows?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
When doing my first tests with Python scripts in DWSIM, it said that it could not find the python libraries. However, after installing latest Python (v 3.7.1 on Win10), it is still not found because DWSIM looks for an older version. What is the right way to get Python working with DWSIM on Windows?
You need to install 3.6 because DWSIM will look for 'python36.dll'. You can try winpython, which is a standalone, portable package.
OK, thank you!