PythonEngine.PythonPath crash 64bit Windows/Truncate Linux

Environment

  • Pythonnet version: v2.0.0+
  • Python version: Python3
  • Operating System: Linux

Details

  • Describe what you were trying to get done.

PythonEngine.PythonPath should return something like
/home/travis/virtualenv/python3.3.5/lib/python33.zip:/home/travis/virtualenv/python3.3.5/lib/python3.3/:/home/travis/virtualenv/python3.3.5/lib/python3.3/plat-linux:/home/travis/virtualenv/python3.3.5/lib/python3.3/lib-dynload

instead it returns /

Windows

Environment

  • Pythonnet version: v2.0.0+
  • Python version: All 64bit
  • Operating System: Windows

Details

  • Describe what you were trying to get done.

run PythonEngine.PythonPath. It crashes on Python 64bit. Similar issue to #413, except function signature also changes between Python2 to Python3