Sublime Forum

SublimeText X 20110126 on OpenSuse 11.3 32bit

#1

Hi,

when I try to run Sublime X on my OpenSuse 11.3 I get this output:

> ./sublime_text

./sublime_text: /lib/libz.so.1: no version information available (required by ./sublime_text)
‘import site’ failed; use -v for traceback
Fatal Python error: Interpreter not initialized (version mismatch?)
Aborted

which is funny because when I run ldconfig I get this line (among others) for /lib directory:

    libz.so.1 -> libz.so.1.2.3

If there’s anything I can to to help debug this further, please let me know.

Igor.

0 Likes

#2

The libz.so line is a red herring - it’s just a warning, and can be ignored.

The issue is the failed python initialization. This is likely caused by the python libs not being distributed with Sublime Text X. I’m planning to address this properly when moving to Python 3.2 (which will hopefully be not too long after it’s released in February). In the mean time, you could try checking that Python 2.6 or 2.7 is available on your computer.

0 Likes

#3

I see this same issue on Fedora 12 x86. I’ve got python 2.6.2 in my path. Any other suggestions?

0 Likes

#4

jdm: Not at the moment. I’ll look at reworking the way Python is bundled ASAP, to fix the non-Ubuntu issues.

0 Likes

#5

This should now be fixed in the latest version.

0 Likes

#6

It works now. Thanks!

0 Likes