Re: nameerror upon calling function

2007-09-01 Thread Arnaud Delobelle
On Sep 1, 5:05 pm, seancron <[EMAIL PROTECTED]> wrote: > Hi, > > I have a program that makes a call to a function in a different python > script that I wrote. But, when I call the function I get the > following error: > > NameError: global name 'WSDL' is not defined > > I can't figure out why I'm

nameerror upon calling function

2007-09-01 Thread seancron
Hi, I have a program that makes a call to a function in a different python script that I wrote. But, when I call the function I get the following error: NameError: global name 'WSDL' is not defined I can't figure out why I'm getting this error since WSDL should be defined. Here are the two scri