Somebody might want to play with this.
I keep getting this error:
Reloading plugin C:\Users\James.Brooks\AppData\Roaming\Sublime Text 2\Packages\Color Picker\color_picker.py
Traceback (most recent call last):
File ".\sublime_plugin.py", line 61, in reload_plugin
File ".\color_picker.py", line 3, in <module>
import Tkinter
File ".\Tkinter.py", line 39, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter
Directions from Jon:
[code]* Copying _tkinter.pyd (and perhaps the tcl*.dll and tk*.dll) files from C:\Python26\DLLs to C:\Program Files\Sublime Text 2 (making sure you’re copying from the 64 bit version of Python if you’re using the 64 bit version of Sublime Text 2
- Copying C:\Python26\lib\lib-tk to your package directory, so that it’ll be found when you import the modules.[/code]
Unpack this Zip into your Packages directory. If someone can get this to work you’ll be a leg-end.