- Code: Select all
[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: Select all
Unable to run package setup:
Failed to load module
Traceback (most recent call last):
File "./PackageSetup.py", line 3, in <module>
from __future__ import with_statement
ImportError: No module named __future__
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:
- Code: Select all
[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!