Sublime Forum

Archlinux .pyo loading problem

#1

Hi all,

when I try to run sublime-text on archlinux (64bit), I’ve got an error:

'import site' failed; use -v for traceback

When I copy ~/.confg/sublime-text-2 from another working installation ST2 launch but without any plugin.

With my ST2 console:

import sys
print sys.modules.keys()
'zipimport', 'thread', 'signal', '__builtin__', 'sys', 'sublimelog', '__main__', 'exceptions', 'sublime_plugin', '_warnings', 'sublime']

Looks like zimport didn’t work properly, any way to debug import?

May I have a python26.zip containing both .pyo and .py files?

Cheers.

0 Likes