Forum Discussion
I'm not sure I know anything about distributed test... but there is no TC installed on this virtual machine. TE only.
First of all be sure that they are installed on the TE machine.
What libraries are you talking about?
How do you import them in your test scripts?
- Kate7 years agoContributor
Guys, the problem is that the project STOPPED working.
I did not import anything new or changed anything.
TE STOPPED seeing method definitions imported from another .py file inside the project.
That means my statements:
'import requests '
and
'from my_second_file import *'
stopped importing anything.
TE says 'no module named requests' and 'some_my_method is not defined' (for all methods)
The same project works fine on my host machine (also did not change anything here).
- cunderw7 years agoCommunity Hero
Something HAD to change. Software doesn't change itself.
Have you tried re-copying your project from the known working machine to the VM?
Are you using any kind of source control that you could revert to a previous state?
- Kate7 years agoContributor
Both machines use the same code (via Git).
The only difference is that my host machine executes it with Test Complete, and my virtual machine - with Test Execute.
Related Content
- 4 years ago
- 2 years ago
Recent Discussions
- 21 hours ago
- 2 days ago