I am working in multi-user Redhat environment. Default python version there is 2.6.6 and I need to use python 2.7, so I installed virtual python environment to my home folder.
I also installed robotframework in my /home/petri/myVirtulPythonEnv.
pybot --version -->
Robot Framework 2.8.5 (Python 2.7.4 on linux2)
When I try to run tests I get errors like:
Suite setup failed:
TypeError: The basestring type cannot be instantiated
[ ERROR ] Reading XML source '/home/petri/workspace/test-automation/OPHV/output.xml' failed: ImportError: No module named expat
PYTHONPATH is set: /home/petri/myVirtulPythonEnv/bin/python
Tests in windows environment work well with python 2.7.3 and 2.7.4. Do you have any suggestion or idea what is wrong? Thanks for any help!