On Tue, Mar 23, 2010 at 8:07 AM, Gabriel Genellina
wrote:
> En Mon, 22 Mar 2010 18:19:49 -0300, Krister Svanlund
> escribió:
>
>> Hi, I've recently begun experimenting with embedding python and i got
>> a small problem.
>>
>> The following line here is the ugly-hack I had to do to make it work,
>
En Mon, 22 Mar 2010 18:19:49 -0300, Krister Svanlund
escribió:
Hi, I've recently begun experimenting with embedding python and i got
a small problem.
The following line here is the ugly-hack I had to do to make it work,
nothing else I know of makes it possible to import modules from
startup
Hi, I've recently begun experimenting with embedding python and i got
a small problem.
This is my current testing code (basically all from python docs):
> int main(int argc, char *argv[])
>
> {
>
> PyObject *pModuleName, *pTestModule, *pTestFunc, *pTestResult, *pTestArgs;
>
> PyImport_AppendInitta