Sublime Forum

Python import error on launch

#1

On launch the error below is shown. Both python and the ~future module are installed and available:

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

This is seen with xubuntu 12.04 and Sublime Text 2 Build 2217

0 Likes

#2

I am with this error too. I liked a lot of sublime text, but I am not able to put this to work correctly cause of this error, someone already fix this? I looked in the net and I saw that the problem is that sublime text is using python 2.6, and in ubuntu 12.04 is not possible anymore to install python 2.6, how can I make this works?

0 Likes