does this exception mean something else?

2010-05-06 Thread Alex Hall
Hi all, I have a file, pasted below for what good it will do, which makes a couple conditional calls to a function called writeDefaults. However, when I manually trigger a condition that causes the function to be called, Python gives me a name error and says that my writeDefaults does not exist. I

Re: does this exception mean something else?

2010-05-06 Thread Chris Rebert
On Thu, May 6, 2010 at 5:33 PM, Alex Hall mehg...@gmail.com wrote: Hi all, I have a file, pasted below for what good it will do, which makes a couple conditional calls to a function called writeDefaults. However, when I manually trigger a condition that causes the function to be called,

Re: does this exception mean something else?

2010-05-06 Thread MRAB
Alex Hall wrote: Hi all, I have a file, pasted below for what good it will do, which makes a couple conditional calls to a function called writeDefaults. However, when I manually trigger a condition that causes the function to be called, Python gives me a name error and says that my

Re: does this exception mean something else?

2010-05-06 Thread Terry Reedy
On 5/6/2010 8:33 PM, Alex Hall wrote: Hi all, I have a file, pasted below for what good it will do, which makes a couple conditional calls to a function called writeDefaults. However, when I manually trigger a condition that causes the function to be called, Python gives me a name error and says

Re: does this exception mean something else?

2010-05-06 Thread Alex Hall
Changing the order so the function is first did it. Thanks. That is what I get for working with Java all semester... On 5/6/10, MRAB pyt...@mrabarnett.plus.com wrote: Alex Hall wrote: Hi all, I have a file, pasted below for what good it will do, which makes a couple conditional calls to a