Apr-26-2018, 12:02 PM
Hi, I am new to Python world. I was trying to use a open source Windows application that
uses Python. When I am trying to start the server, I get the following message:
libpython2.7.dll: cannot open shared object file: It seems the system variable is not set properly.
I have set PY_HOME variable and PATH appended with %PY_HOME%;%PY_HOME%\Lib;%PY_HOME%\DLLs; %PY_HOME%\Lib\lib-tk; Still the shared libraries are not being recognized. Could somebody help with this installation issue?
Regards,
Sudhakar
uses Python. When I am trying to start the server, I get the following message:
libpython2.7.dll: cannot open shared object file: It seems the system variable is not set properly.
I have set PY_HOME variable and PATH appended with %PY_HOME%;%PY_HOME%\Lib;%PY_HOME%\DLLs; %PY_HOME%\Lib\lib-tk; Still the shared libraries are not being recognized. Could somebody help with this installation issue?
Regards,
Sudhakar