- Notifications
You must be signed in to change notification settings - Fork752
Closed
Description
Environment
- Pythonnet version:
current
- Python version:
Python27
- Operating System:
All
Details
Py_SetPath
wasn't introduced untilPY32.
The function is internally exposed defined, and publicly mapped toPythonPath
setter causing anDllEntryPointException
when runningPythonEngine.PythonPath = "path";
.
It should instead raise aNotSupported
Exception on Python 27
Metadata
Metadata
Assignees
Labels
No labels