weslly / ColorPicker

Color picker for Sublime Text
http://weslly.github.io/ColorPicker
511 stars 108 forks source link

It doesn't work in uBuntu 12.04 64 #23

Closed auzeonfung closed 11 years ago

auzeonfung commented 11 years ago

I was installed it via "Package Control",than I just pressing ctrl+shift+c to use it,but there are nothing has happened. I tried to check out the pygtk according to Issues #17 . Than I tried to install pygtk, I got this return

ox@OX-Laptop: ~/.config/sublime-text-2/Packages/ColorPicker/lib $ sudo apt-get install python-gtk2 [sudo] password for ox: Being read package lists ... Done Being rebuilt dependencies Reading state information ... Done python-gtk2 is already the newest version. Upgrade 0, 0 newly installed, 0 removed and 0 not upgraded.

pygtk is ready. finally,i thought maybe is permission issues so I was change all files permission under dir ColorPicker,but it doesn't work well... I noticed ST2's console has some texts

> > > color_pick > > > Traceback (most recent call last): > > > File "< string>", line 1, in < module> > > > NameError: name 'color_pick' is not defined > > >

Hope someone can work out this problem...thx

 2013-02-10 19:03:49

ApollonGT commented 11 years ago

Hello! I had the same problem... Find the file: {sublime path}/Packages/ColorPicker/lib/linux_colorpicker.py and change the prmissions... it is not even readable, for some reason.. :)

weslly commented 11 years ago

Seems like this is a regression from the last commit. I'll fix it. :)

weslly commented 11 years ago

Fixed it in 8b9f573d11035a6dffb48d7eb1622ab007bc4612, can you guys test again?

weslly commented 11 years ago

dupe #22

auzeonfung commented 11 years ago

It work, thx! XDDD!