Forum Discussion
Should we have to install Python 3.x msi even thoug TestComplete as python? After this we have to install thord party packages?
1. TestComplete has built-in Python interpreter and you don't need to install something additionally.
2. However to setup some third party libraries you need to have Python "registered" in your operation system.
The easiest way is to install official package from python.org.
Also you can register TC package in system %PATH%
- AlexKaras8 years ago
Champion Level 2
Hi,
> First of all I suggest to install Python 34
Not been a Python user I am not sure if it matters, but TC12.30 uses Python 3.6.
Previous TC versions used Python 3.4 indeed.
- baxatob8 years agoCommunity Hero
Thanks, Alex!
I've updated my reply above.- SanM8 years agoOccasional Contributor
I have copied the openpyxml folders (openpyxl-2.5.0a1-py3.4.egg, et_xmlfile-1.0.1-py3.4.egg, and jdcal-1.3-py3.4.egg) files to TestComplete path C:\Program Files\SmartBear\TestComplete 11\Bin\Extensions\Python\Python34\Lib\site-packages as attached in the screen shot
But still, I am getting an error as no module named 'openpyxml'. Please correct me if I am wrong.