This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, ronaldoussoren, ドミトリ.ステパヌシキン
Date 2012-05-21.12:32:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337603537.68.0.665210516986.issue14866@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-05-21 12:32:17amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ronaldoussoren, ドミトリ.ステパヌシキン
2012-05-21 12:32:17amaury.forgeotdarcsetmessageid: <1337603537.68.0.665210516986.issue14866@psf.upfronthosting.co.za>
2012-05-21 12:32:17amaury.forgeotdarclinkissue14866 messages
2012-05-21 12:32:16amaury.forgeotdarccreate