Closed onecrayon closed 14 years ago
Maybe it should always use system python by:
Py_SetProgramName("/usr/bin/python");
instead of:
Py_SetProgramName("/usr/bin/env python");
Switched to always use the default system version of Python
Closed by 0880bb4736e8713e33e6411735ed010c7ae7750a
Maybe it should always use system python by:
instead of: