WordCount icon indicating copy to clipboard operation
WordCount copied to clipboard

WordCount doesn't appear

Open ghost opened this issue 9 years ago • 11 comments

Just that, the only thing it does is creating an entry in Prefferences>Package Settings. There isn't anything in the command palete or status bar. screenshot 544

ghost avatar Mar 30 '16 23:03 ghost

Same issue.

anders-s avatar Apr 02 '16 22:04 anders-s

I'm having the same issue. Perhaps I've done something wrong during the install?

tomakita avatar Apr 03 '16 21:04 tomakita

Same issue.

excetara2 avatar Apr 11 '16 16:04 excetara2

I tried installing again, this time it worked. I dunno why really, last time I also had followed the same method-- download as zip, rename main folder to WordCount, extract to /packages/. Maybe there was an unmet dependency? What exactly does this plugin need to work? ----- Original Message ----- From: excetara2 To: titoBouzout/WordCount Cc: AkelD Sent: Monday, April 11, 2016 1:51 PM Subject: Re: [titoBouzout/WordCount] WordCount doesn't appear (#53)

Same issue.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

AkelD avatar Apr 12 '16 20:04 AkelD

I had to reboot sublime and it started working for me as well.

On Wed, Apr 13, 2016, 6:13 AM AkelD [email protected] wrote:

I tried installing again, this time it worked. I dunno why really, last time I also had followed the same method-- download as zip, rename main folder to WordCount, extract to /packages/. Maybe there was an unmet dependency? What exactly does this plugin need to work? ----- Original Message ----- From: excetara2 To: titoBouzout/WordCount Cc: AkelD Sent: Monday, April 11, 2016 1:51 PM Subject: Re: [titoBouzout/WordCount] WordCount doesn't appear (#53)

Same issue.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/titoBouzout/WordCount/issues/53#issuecomment-209084532

excetara2 avatar Apr 12 '16 22:04 excetara2

Re-installing also worked for me (I had tried restarting Sublime before, but that didn't seem to fix the problem, in my case). Thanks for the tip!

tomakita avatar Apr 13 '16 00:04 tomakita

I have the same issue. Opening the Sublime console reveals:

Reloading plugin /Users/kyle/Library/Application Support/Sublime Text 2/Packages/WordCount/WordCount.py
Traceback (most recent call last):
  File "./sublime_plugin.py", line 62, in reload_plugin
  File "./WordCount.py", line 282
SyntaxError: Non-ASCII character '\xe2' in file ./WordCount.py on line 282, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

This is due to the character added in this commit https://github.com/titoBouzout/WordCount/commit/a8c94527fdba12d83596d2b1c0f26f719db5cb3f

Adding the line # -*- coding: utf-8 -*- to the top of the WordCount.py file fixes this error.

I still don't see a word count displayed anywhere.

kylemcdonald avatar Apr 23 '16 18:04 kylemcdonald

I'm having the same issue as @kylemcdonald please fix!

Awatatah avatar May 11 '16 19:05 Awatatah

I just managed to install this on Windows 10. It wanted the folder to be placed in User_Directory/AppData/Roaming/SublimeText3/Packages rather than ProgramFiles/SublimeText3/Packages.

stormtek avatar Jun 08 '16 03:06 stormtek

I had this issue when I installed WordCount with ST2 - works fine with ST3.

KingsleyG avatar Jun 16 '16 06:06 KingsleyG

Same problem

kewp avatar Jun 23 '16 07:06 kewp