Hi !

Try :

    exec f in globals(),locals()
or
    exec(f,globals(),locals())
or
    exec f in globals(),globals()
or
    exec(f,globals(),globals())



@-salutations

Michel Claveau 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to