Reference values for exec

2009-10-28 Thread Garito
to do 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
trate > the existence of God, 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 > 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 us

Re: Reference values for exec

2009-10-28 Thread Garito
nal 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 ca