Sublime Forum

Problems with ColorPicker

#1

Hi. I installed ST3 on a pc with winxp sp3. Then I installed the Package Control from the web, in order to install ColorPicker. But when executing this add-on with Ctrl + Shift + C, it gives me the error. How can I solve that? Thanxs

Traceback (most recent call last):
File “C:\Archivos de programa\Sublime Text 3\sublime_plugin.py”, line 1072, in run_
return self.run(edit)
File “C:\Documents and Settings\clipper1\Datos de programa\Sublime Text 3\Packages\ColorPicker\sublimecp.py”, line 365, in run
color = cp.pick(self.view.window(), selected)
File “C:\Documents and Settings\user1\Datos de programa\Sublime Text 3\Packages\ColorPicker\sublimecp.py”, line 316, in pick
proc = subprocess.Popen(args, stdout=subprocess.PIPE)
File “./python3.3/subprocess.py”, line 784, in init
File “./python3.3/subprocess.py”, line 980, in _get_handles
File “./python3.3/subprocess.py”, line 1030, in _make_inheritable
OSError: [WinError 6] Controlador no válido

0 Likes

#2

I installed ST3 and ColorPick in pc with windows 10 (64bit) and work fine. No problems. The problem is winxp? Thanxs!!!

0 Likes