Open AkelD opened 8 years ago
Same issue.
I'm having the same issue. Perhaps I've done something wrong during the install?
Same issue.
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
I had to reboot sublime and it started working for me as well.
On Wed, Apr 13, 2016, 6:13 AM AkelD notifications@github.com 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
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!
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.
I'm having the same issue as @kylemcdonald please fix!
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.
I had this issue when I installed WordCount with ST2 - works fine with ST3.
Same problem
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.