Embedded Python module is not available in recent builds of Windows version
Hi, I upgraded the MonetDB windows version to 2018Aug and found that the embedded Python module is no longer working. Even the startup script with “embedded_py=true”, the module was not loaded. There was no message showing “MonetDB/Python2 module loaded”. All my Python functions are failed. Please help. Thanks. Kevin
On 21/12/2018 10.35, Kevin Chen wrote:
Hi,____
I upgraded the MonetDB windows version to 2018Aug and found that the embedded Python module is no longer working.____
Even the startup script with “embedded_py=true”, the module was not loaded. There was no message showing “MonetDB/Python2 module loaded”.____
All my Python functions are failed.____
Please help. Thanks.____
In the two scripts M5server.bat and pyapi_locatepython.bat, please change @echo off to @echo on and then start the server. Check whether the command to start mserver5 towards the very end of the output include "--set embedded_py=true" and/or "--set embedded_py=false". If the latter, it might be that the Python installation was not found. You then need to check the output of the scripts starting the server with the scripts themselves to find out where it went wrong. You can also post the output and hope that we still have time to look at it before the Christmas/New Year break starts. -- Sjoerd Mullender
participants (2)
-
Kevin Chen
-
Sjoerd Mullender