Re: Receiving 'NAMEERROR:name' when I try and execute my code in DEBUG mode

2013-10-18 Thread telconstar99
Hey John, Thanks for the response. I really don't know why I didn't think about that. I decided to add the following statement: print root When I RUN, this is what I get: C:\My Documents\Netbeans\Mytests When I debug, this is what I get: C:\Program Files Having these two directories as differ

Receiving 'NAMEERROR:name' when I try and execute my code in DEBUG mode

2013-10-18 Thread telconstar99
Hello, I'm writing a testing framework in Jython. My code executes successfully when I RUN my project, however, when I DEBUG my project I receive the following error SOURCE:NAMEERROR:name 'Load_Configurations' is not defined["NameError: name 'Load_Configurations' is not defined I'm new to pyth