Hi,
I have installed the 64 bit version of Sublime Text 3 with the tar, since I am working on a machine running Red Hat Linux where I’m not the super user (and have no packet manager). When I try to run package control in sublime text, I get the following output in the console:
Exception in thread Thread-3:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "/home/ekalras/.config/sublime-text-3/Installed Packages/Package Control.sublime-package/package_control/automatic_upgrader.py", line 117, in run
self.upgrade_packages()
File "/home/ekalras/.config/sublime-text-3/Installed Packages/Package Control.sublime-package/package_control/automatic_upgrader.py", line 257, in upgrade_packages
ignore_packages=self.auto_upgrade_ignore
File "/home/ekalras/.config/sublime-text-3/Installed Packages/Package Control.sublime-package/package_control/package_installer.py", line 91, in make_package_list
if self.manager.is_vcs_package(package):
File "/home/ekalras/.config/sublime-text-3/Installed Packages/Package Control.sublime-package/package_control/package_manager.py", line 310, in is_vcs_package
return self._is_git_package(package) or self._is_hg_package(package)
File "/home/ekalras/.config/sublime-text-3/Installed Packages/Package Control.sublime-package/package_control/package_manager.py", line 285, in _is_git_package
return os.path.exists(git_dir) and (os.path.isdir(git_dir) or os.path.isfile(git_dir))
File "./python3.3/genericpath.py", line 18, in exists
UnicodeEncodeError: 'latin-1' codec can't encode character '\u2013' in position 52: ordinal not in range(256)
The machine I’m working on has Python 2.7.5 installed. Is this potentially an issue? Alternatively, is there a good resource available for reading up on installing packages manually in a linux environment?
/ Rasmus