Yes I received the same message this is why I am posting here to help everyone as me that cannot move from opensuse right now.
No cxdiag doesn't talk about python version. My original error was:
Traceback (most recent call last):
File "/home/smartmatic/cxoffice/lib/python/checkgtk.py", line 90, in ensure_present_gtk
popen = subprocess.Popen([candidate, __file__])
File "/usr/lib64/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Then I modified checkgtk.py to see what was the real error to (line 49):
def status():
import warnings
warnings.filterwarnings("ignore", "", Warning)
#try:
#try:
# pylint: disable-msg=F0401,W0612
import gtk
import gtk.glade
#except ImportError:
# return MISSING
# except Exception:
# traceback.print_exc()
# return BROKEN
#finally:
# warnings.resetwarnings()
Then I got this error:
Traceback (most recent call last):
File "/home/smartmatic/cxoffice/bin/cxsetup", line 86, in <module>
if checkgtk.check_gtk() != checkgtk.OK:
File "/home/smartmatic/cxoffice/lib/python/checkgtk.py", line 101, in check_gtk
gtk_status = ensure_present_gtk()
File "/home/smartmatic/cxoffice/lib/python/checkgtk.py", line 86, in ensure_present_gtk
gtk_status = status()
File "/home/smartmatic/cxoffice/lib/python/checkgtk.py", line 55, in status
import gtk
File "/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 40, in <module>
from gtk import _gtk
ImportError: /usr/lib64/libcairo.so.2: undefined symbol: pixman_glyph_cache_lookup
Someone posted a bug in RC but was suddenly fixed by an update and nobody talks about it in the release. Then I tried downgrading libcairo and it worked
Can you post the version of python that crossover needs use code
/opt/cxoffice/bin/cxdiag from terminel it my be a sim link issue I
can give you the exact code if I know what is missing also look in
/usr/lib to see witch python you have installed and post it.
Just to let you and every one out there I reported a number of sim
link problems with CrossOver 12.1.2 and OpenSuse 12.3 anI got this.
-----Hello,
Unfortunately we no longer support Crossover 12.x on Opensuse 12.x
because of all the missing libraries in the distro and other issues
like you're seeing. We gave up after Crossover 11.3 because trying
to keep Crossover installing and running correctly on OpenSuse was
like playing whack-a-mole and as soon as we would fix for one
missing library another would disappear, be moved, or renamed.
Thanks,
Andrew Balfour
On 2013-03-14 at 19:09, Gary Profenno wrote:
CodeWeavers Ticket System wrote:
CX Version: 12.1.2
Application: CrossOver
Operating System: OpenSuse 12.3 (32-bit)
Clean install of CrossOver on fresh install of OpenSuse 12.3 32
bit No
start menu is being created. I had to build it by hand.Also as a
note
crossover dose not create sim links to libtiff.so.5 or
libgphoto2.so.6.0.0 and libjpeg.so.8.0.2 These too must be created
by
hand.
[code][/code]