Hi
By the looks you need to install the relevant 32bit libs. If you open a terminal and run rti.linux it will spit out errors of any missing libs, you need to search and install as required on the names...
For example;
Code:
./rti.linux
Traceback (most recent call last):
File "/home/teamcity/tools/python-2.7.10/lib/python2.7/site-packages/cx_Freeze/initscripts/Console.py", line 27, in <module>
File "main.py", line 51, in <module>
File "main.py", line 15, in main
File "/home/teamcity/BuildAgent/work/83cf58dc683d38c6/src-copy/django_offline/__init__.py", line 11, in <module>
File "ExtensionLoader_PyQt4_QtGui.py", line 11, in <module>
ImportError: libXext.so.6: cannot open shared object file: No such file or directory
As root user;
Code:
zypper se libXext
zypper in libXext6-32bit