How to install Testcomplete mobile 12.0 version
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to install Testcomplete mobile 12.0 version
How to install Test complete mobile 12.0 version
I have downloaded now latest one but unable to work with python site-packs
no module found xlrd
I have copied all site package in Test complete python site-packs
in 12.0 version i have done same it works in that version but in new version it shows error.
Please i want to revert to old version where can find 12.0 version installer
code:
import xlrd
def GetDataFromExcel (strExcelFilePath, strExcelSheetName):
xl = xlrd.open_workbook(strExcelFilePath)
sh = xl.sheet_by_name(strExcelSheetName)
return sh
i have tried below
openpxlrd_location = "C:\\Python34\\Lib\\site-packages\\xlrd-1.0.0-py3.4.egg\\xlrd"
No module named 'xlrd' Error location: Unit:
ModuleNotFoundError: No module named 'xlrd'
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Introduced in 12.4x, TestComplete, by default, runs as a 64-bit version. I'm guessing that the xlrd module is 32-bit.
You can access the 32-bit version of TestComplete. Run the executable found in C:\Program Files (x86)\SmartBear\TestComplete 12\Bin and you'll get the x86 version. See if that allows your modules to run.
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
