Unable to launch pvpython.exe from command line

Hello

I have a custom build of paraview

I have used the following from pvpython.exe to get the necessary PATH variables

>>> import sys
>>> ';'.join(sys.path)

However, when I want to launch pvpython.exe from command line and do

set PATH=%PATH%;C:\Users\Mike\RelWithDebInfo_Default\bin\Lib\site-packages;C:\Users\Mike\PythonModule\python-c-cpp\2. Manually created extension module\out\build\x64-Debug;C:\Python38\python38.zip;C:\Python38\Lib;C:\Python38\DLLs;C:\Users\Mike\RelWithDebInfo_Default\bin;C:\Python38;C:\Python38\lib\site-packages

(append the results to path)

I still can not launch pvpython from command line

Failed to load the shared library: "C:/Users/Mike/RelWithDebInfo_Default/bin/pvpythonrun.dll"
The specified module could not be found.

Thanks,
Mike

I’ve never heard of pvpythonrun.dll. Where does it come from?