Forum Discussion
What i found about win32 api for Python. It turned out that win32com.client couldn't be imported more than once within the same process. Sorry, this is a limitation of the PyGILState API used by pywin32; pywin32 will never be able to play with the multiple interpreter API, nor work correctly with multiple interpreter initializations and cleanups. But such problem occurs with another libraries. For example, with lxml. Second import cause Test Complete crash :)
Hi,
TestComplete has its own Python interpreter and you do not need to install another one, especially you should not install new interpreter into the TestComplete directory, because it can override important dependencies and cause conflicts.
- But to install third party Python libs we need full Python with pip, or we're not?
You can download any required package manually and then install it using setup.py script.
Also you can install pip itself to work with your TestComplete Python installation.
SpoilerNB! For the some reason SmartBear does not include pip installer by default. So you will do it on your own risk.