Passing paramters through an exec call
Andre M. Descombes
amdescombes at diligo.fr
Fri May 25 12:01:49 EDT 2001
More information about the Python-list mailing list
Fri May 25 12:01:49 EDT 2001
- Previous message (by thread): python and mouse
- Next message (by thread): Flatten... or How to determine sequenceability?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): python and mouse
- Next message (by thread): Flatten... or How to determine sequenceability?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list