Forum Discussion

Aniketdey's avatar
Aniketdey
Occasional Visitor
2 years ago

getting aqDateTime and aqHttp not defined errors in Python, what am I missing

cycleName = "Automated_TestComplete_Run " + str(aqDateTime.Now()) #timestamped test cycle name (new one is created every time the project is run) NameError: name 'aqDateTime' is not defined   Am I...