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
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