Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment: Most of the time, embedding python in this way requires precise control over PYTHONPATH and PYTHONHOME. Did you try to modify them? Something like this worked for me: putenv("PYTHONPATH=/path/to/python-3.2.3/Lib"); Py_SetPythonHome(L"/path/to/python-3.2.3"); I don't know whether both are needed.
---------- nosy: +amaury.forgeotdarc _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14866> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com