Re: Executing .pyc using python c api

2011-11-29 Thread 88888 Dihedral
On Tuesday, November 29, 2011 5:02:31 PM UTC+8, Ulrich Eckhardt wrote: > Am 29.11.2011 08:34, schrieb Mrinalini Kulkarni: > > I need to run .pyc files using python c api. if i do PyImport_Import it > > executes the script. However, i need to pass a set of variables and > > their values which will b

Re: Executing .pyc using python c api

2011-11-29 Thread Ulrich Eckhardt
Am 29.11.2011 08:34, schrieb Mrinalini Kulkarni: I need to run .pyc files using python c api. if i do PyImport_Import it executes the script. However, i need to pass a set of variables and their values which will be accessed from within the script. How can this be done. I don't think what you w

Re: Executing .pyc using python c api

2011-11-29 Thread Stefan Behnel
Mrinalini Kulkarni, 29.11.2011 08:34: I need to run .pyc files using python c api. if i do PyImport_Import it executes the script. However, i need to pass a set of variables and their values which will be accessed from within the script. How can this be done. Assuming you have the source as wel

Executing .pyc using python c api

2011-11-29 Thread Mrinalini Kulkarni
Hi I need to run .pyc files using python c api. if i do PyImport_Import it executes the script. However, i need to pass a set of variables and their values which will be accessed from within the script. How can this be done. thanks, -- http://mail.python.org/mailman/listinfo/python-list