
Traceback (most recent call last):
File "<string>", line 2, in <module>
ImportError: No module named os
PAD uses Python 2.0. It does not support later versions of Python. It does install some modules automatically with the PAD package. So, it is not really always necessary to point to the path where the modules are stored. But if you are missing a module, you need to provide a path to it to the "Module folder paths" field in the Run Python script action.
In my case that's C:\Users\agnius\AppData\Local\Programs\Python\Python38-32\Lib
However, since I've got Python 3.8 installed on my system (as you can probably tell from the name of the folder), some modules may not work with PAD at all. It throws a syntax error.
So, if you want to run a Python script in PAD that requires a Python module that does not come pre-installed with PAD, you would need to install Python 2 on your system and then target the modules library in the Module folder path field.
-------------------------------------------------------------------------
If I have answered your question, please mark it as the preferred solution. If you like my response, please give it a Thumbs Up.
I also provide paid consultancy and development services using Power Automate. If you're interested, DM me and we can discuss it.