Open-source video compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
GNU General Public License v2.0
4.71k
stars
343
forks
source link
Natron 2.5 doesn't set python sys.prefix and sys.exec_prefix #696
Closed
devernay closed 3 years ago
Natron 2.4.1 (python 2):
Natron 2.5.0-alpha.1 (python 3):
Probably because Py_SetPath sets prexif and exec_prefix to empty values?
In this case, we would have to set these after Py_Initialize, using PySys_SetObject
note that this causes
pip
to install modules in the current directory rather than in Natron's python home.