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, brett.cannon, lcarrionr
Date 2008-11-27.12:11:32
SpamBayes Score 0.001906045
Marked as misclassified No
Message-id <1227787894.34.0.968084553456.issue4443@psf.upfronthosting.co.za>
In-reply-to
Content
> Py_Initialize(); 
> Py_Main(7, arg1);
> Py_Finalize();

This seems correct... unless two threads run this function at the same
time. Can you ensure that this is not the case?

It seems to me that a simple call to 
   system("python /home/olpc/copy-to-Journal.py [other-args-here]") 
would be better...
History
Date User Action Args
2008-11-27 12:11:34amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, brett.cannon, lcarrionr
2008-11-27 12:11:34amaury.forgeotdarcsetmessageid: <1227787894.34.0.968084553456.issue4443@psf.upfronthosting.co.za>
2008-11-27 12:11:33amaury.forgeotdarclinkissue4443 messages
2008-11-27 12:11:32amaury.forgeotdarccreate