ahughes
10 years agoRegular Visitor
Can't import files in Python
I'm simply trying to use an import statement to import some constants in a python test script and its not working. the file I'm trying to import is in my project and in the same directory as the file that's trying to import it. I've looked through the specifics of usage for Python and even copied the file into <TestComplete>\Bin\Extensions\Python\Python34\Lib folder but still nothing.
The specifics of usage also says you can "change the sys_path variable explicitly and then import the module" but Sys doesn't even have a "path" property.