Sublime Forum

Sublime 2 on Fedora 14 x86_64

#1

I’m having issues running the new alpha on Fedora 14. When I first tried to run ./sublime_text, I got the following error:

[nsabatino@giraffe Sublime Text 2]$ ./sublime_text Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to <prefix>:<exec_prefix>] 'import site' failed; use -v for traceback

with a popup with the following:

[code]Unable to run package setup:

Failed to load module

Traceback (most recent call last):
File “./PackageSetup.py”, line 3, in
from future import with_statement
ImportError: No module named future
[/code]

I tried installing python-virtualenv-1.5.1-1.fc14.noarch with no effect.
I also tried setting PYTHONHOME to both /usr/lib/python2.7/ and /usr/lib/python3.1/ as well as both their /usr/lib64 counterparts. The popup was the same, only with this error:

[nsabatino@giraffe Sublime Text 2]$ ./sublime_text 'import site' failed; use -v for traceback

running with -v had no effect. I realize this is most likely an issue with my setup or with Fedora, but would anyone have any suggestions?

Thanks!

0 Likes

#2

This is an issue with Sublime Text on non-ubuntu distros. I’ll try to get it addressed over the next few days - apologies for the problems!

0 Likes

#3

This should now be fixed in the latest version.

0 Likes

#4

Thanks a lot for your work! It works well now.

0 Likes