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 Justin Huang
Recipients Justin Huang
Date 2015-07-17.08:10:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437120649.64.0.570799865816.issue24652@psf.upfronthosting.co.za>
In-reply-to
Content
From the example in here:

    https://docs.python.org/2/extending/embedding.html#pure-embedding

when directly using the example (compiling and trying with external file etc.) it doesn't work right away. Instead an extra line:

    PySys_SetArgv(argc, argv);

must be added to get it to work.
History
Date User Action Args
2015-07-17 08:10:49Justin Huangsetrecipients: + Justin Huang
2015-07-17 08:10:49Justin Huangsetmessageid: <1437120649.64.0.570799865816.issue24652@psf.upfronthosting.co.za>
2015-07-17 08:10:49Justin Huanglinkissue24652 messages
2015-07-17 08:10:49Justin Huangcreate