You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.
The dependency on growlnotify could be removed by using:
pygrowl on OS X 10.6 (and probably some versions back).
GNTP on 10.7+.
And if Growl is not installed, by the Notification Center on 10.8 (python lib).
I don't think it is any problem to use pygrowl even though it is old as it (as of today) works fine. And the c extension gets compiled completely transparently when installing with pip.
It could be great to have the right requirements installed automatically, depending on the OS. I don't know if there is any prefered way, other than building the list given to install_requires dynamically before calling setup() in setup.py by looking at something like platform.mac_ver().
The text was updated successfully, but these errors were encountered:
The dependency on growlnotify could be removed by using:
I don't think it is any problem to use pygrowl even though it is old as it (as of today) works fine. And the c extension gets compiled completely transparently when installing with pip.
It could be great to have the right requirements installed automatically, depending on the OS. I don't know if there is any prefered way, other than building the list given to
install_requires
dynamically before callingsetup()
insetup.py
by looking at something like platform.mac_ver().The text was updated successfully, but these errors were encountered: