I tried following the steps listed on your site for python bindings install but still not able to access it.
I am having windows 11, latest Cmake, Python 3.10, and VS2022.
Here is the error log when i am trying to run HowTo_AcuteStress.py :
ModuleNotFoundError: No module named ‘pulse’
I have done both of the things still unable to run Howto_AcuteStress.py.
I have PyPulse.cp313-win_amd64 in my bin folder and also added this dir to PYTHONPATH in Env Variables.
I am uploading image of Pycharm, I am following your listed steps but it is giving me errors.
Please help!
PS- Current Error:
C:\Users\masti\AppData\Local\Programs\Python\Python313\python.exe D:\lung\Pulse\builds\install\bin\HowTo_AcuteStress.py
Traceback (most recent call last):
File “D:\lung\Pulse\builds\install\bin\HowTo_AcuteStress.py”, line 4, in
from pulse.cdm.patient_actions import SEAcuteStress
ModuleNotFoundError: No module named ‘pulse.cdm.patient_actions’
The project should be the pulse_source/src/python folder, not the install folder
And you need to edit the pythonpath of the python interpreter, not via Environment variables