how to import Python modules inside testComplete
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2018
10:19 AM
12-10-2018
10:19 AM
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 -
When i try to do "sys." i do not see anything listed as path just seeing parent for "p". Is this code still applicable for version - 12.60.55
Solved! Go to Solution.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2019
08:46 PM
02-17-2019
08:46 PM
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
