how to use exec

Jaeho Lee jlee at fastech.com
Mon Apr 12 16:47:55 EDT 1999


Hi folks, I'm making test tools based on python. I want to test script
includes python script and test tools execute the command dynamically. "exec"
is good for this. But if exec runs assign statement, it stores the variable
in local area. I want to put the variable in global area. How can I do this?
I saw this in python pocket reference.	exec codestring [in globaldict [,
localdict]] But this syntax does not work. Could somebody let me know how to
use exec?

-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    




More information about the Python-list mailing list