How do i add Python Libraries and extend the Pyton support on TestComplete with Python 3.0 (TC11.31)
How do i add Python Libraries and extend the Pyton support on TestComplete with Python 3.0 (TC11.31).
I note that the Python executable on folder C:\Program Files\SmartBear\TestComplete 11\Bin\Extensions\Python does not have support for Serial devices. I wish to extend the Libraries available on Python 3.0. What is the recommended method to add this support?.
I need to add site-packages under this folder(C:\Program Files\SmartBear\TestComplete 11\Bin\Extensions\Python\Python34\Lib) but the Modules are not imported, any suggestions?.
I am getting a CodecRegistryError.
Hey SK2,
Ok, so that's a step in the right direction!
Those backslashes are going to be required when executing this in the IDE as Python code, we just needed to remove them for basic CLI interaction.
For Python and the TC IDE, you will receive that error if you do not have the indentions correct. I would make sure you're indenting properly, and add those slashes back.
For instance, this is how I have mine setup and launches Chrome without any popups.