03-22-2022 02:01 AM
I have Win 7 64 bit
Python 3.8 or Python 3.7
Diadem 2020 SP1.
I write Script, and try to run , but
How can I solve this problem.
Solved! Go to Solution.
03-23-2022 02:15 AM
Hello Spiky,
If you have installed, you own Python 64 Bit version – which needs to be supported by DIAdem – then it is also necessary to have the Python-Modul PyWin32 installed. (If not, use PIP installation for it.)
Here is a list of installed and supported Python versions.
DIAdem supports only 64 Bit Python.
DIAdem version |
Installed Python base package version |
Supported Python version |
2020 |
3.7 |
3.6 |
2020 SP1 |
3.7 |
3.6 |
2021 |
3.8 |
3.6, 3.7, 3.9 |
2021 SP1 |
3.8 |
3.6, 3.7, 3.9 |
Greetings
Walter
03-23-2022 04:42 AM
I install
python-3.8.10-amd64
python-3.7.9-amd64
03-23-2022 05:40 AM
Did you installe the the Python-Modul PyWin32 for version 3.7?
03-23-2022 07:47 AM
how can i install Python-Modul PyWin32 for version 3.7 without internet on ps?
03-24-2022 02:22 AM
Hi Spiky,
This is a general Python installation question (not a DIAdem problem).
On the internet you find for example these links for this topic:
https://pypi.org/project/pywin32/
Greetings
Walter
03-24-2022 02:55 AM
Thanks