Forum Discussion

sriram_sig's avatar
sriram_sig
Contributor
6 years ago
Solved

how to import Python modules inside testComplete

hi,   I'm trying to import some external python modules like pyodbc inside test complete. But i'm having a hard time trying to get it done. Tried the below code based on this post -  https://co...
  • NisHera's avatar
    6 years ago

    May be bit late to reply ...but anybody else came across this it would be usefull...

     

    Sys is a test complete keyword so do not mix it up with sys "with lower case"

     

    testcomplete IDE is not sofisticate as Eclips or visualStudio. 

    So typing "." dot will not always autocomplete (intellesence), specially imported packages of python