Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

problem when running growlnotifier #57

Closed
Supercoolz1 opened this issue Oct 19, 2015 · 3 comments
Closed

problem when running growlnotifier #57

Supercoolz1 opened this issue Oct 19, 2015 · 3 comments

Comments

@Supercoolz1
Copy link

After installing growl. when I am checking "python -m gntp.notifier" I am getting errors.

C:\Users\ZEI>python -m gntp.notifier
INFO:main:Sending registration to localhost:23053
ERROR:main:Growl error
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\gntp\notifier.py", line 242, in mini
result = growl.register()
File "C:\Python27\lib\site-packages\gntp\notifier.py", line 97, in register
return self._send('register', register)
File "C:\Python27\lib\site-packages\gntp\notifier.py", line 204, in _send
raise errors.NetworkError(exc)
NetworkError: [Errno 10061] No connection could be made because the target machi
ne actively refused it

@kfdm
Copy link
Owner

kfdm commented Oct 19, 2015

From the stack trace, I see you're running Windows. Do you have Growl for Windows [1] running in the background?

[1] http://www.growlforwindows.com/gfw/

@Supercoolz1
Copy link
Author

yes I have installed the application now but still it is not working from python ide.

@Supercoolz1
Copy link
Author

Now it's working thanks for the link.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants