Reference values for exec

2009-10-28 Thread Garito
that? Thanks -- Mi twitter: http://twitter.com/garito -- http://mail.python.org/mailman/listinfo/python-list

Re: Feedback wanted on programming introduction (Python in Windows)

2009-10-28 Thread Garito
, and then demostrate its non-existance by changing a single line of code :-) Ciao - FB -- http://mail.python.org/mailman/listinfo/python-list -- Mi twitter: http://twitter.com/garito -- http://mail.python.org/mailman/listinfo/python-list

Re: Reference values for exec

2009-10-28 Thread Garito
stack for them? Thanks 2009/10/28 Dave Angel da...@ieee.org Garito wrote: Hi! I'm trying to use exec in a recursive way but I have a problem When I read the manual I understand that the globals and the locals are passed by reference but if I try to use it in a recursive way the new values

Re: Reference values for exec

2009-10-28 Thread Garito
conventional on this newsgroup to bottom-post -- inline where appropriate, or at the end) Garito wrote: Perhaps but the fact is that I need to execute code from some files in the filesystem and I need to have a common stack for them 2 questions came to my mind: 1.- How can I execute code from files