+46
ctypes can't be imported in Linux
Go to the python console and type "import ctypes" in build 2139 and you'll get:
>>> import ctypes
Traceback (most recent call last):
File "<string>", line 1, in <module>
File ".\ctypes\__init__.py", line 10, in <module>
ImportError: No module named _ctypes
>>> import ctypes
Traceback (most recent call last):
File "<string>", line 1, in <module>
File ".\ctypes\__init__.py", line 10, in <module>
ImportError: No module named _ctypes
Служба підтримки клієнтів працює на UserEcho
I am using 64bit ubuntu 12.10. but your sulotion is not work for me.
your should change "<your Sublime Text 2 folder>" to "/usr/lib/sublime-text-2"
I treat it as "/usr/shared/sublime text 2" before, so it doesn't work.
but
"sudo ln -s /usr/lib/python2.6 /usr/lib/sublime-text-2/lib/python2.6" worked
Also, if you have installed python2.6 on your Linux box, you could ink the library directory to your SimpeText2 folder: