Passing paramters through an exec call

Andre M. Descombes amdescombes at diligo.fr
Fri May 25 12:01:49 EDT 2001


Hi,

I am calling a python function from Java which I previously compiled through
exec and obtained its code through get().

I want to call it using the exec(pc) where pc is a PyCode, the problem is I
don't know how to pass it the parameters it needs.

Any help on how to do this will be greatly appreciated!

Thanks,

Andre M. Descombes






More information about the Python-list mailing list