On Saturday, October 8, 2011 at 6:44 AM, ShyPike wrote:
> Kevin, > > As far as I know the Python module from the Growl SDK 1.2.2 > only supports the "classic" interface and UDP. > So is a 1.2.2 app able to communicate with Growl 1.3? > No, Growl 1.3 no longer supports UDP, and it has been removed. > The SABnzbd Growl code is rather simplistic; it just always sends > stuff to Growl as default as possible. > This is the actual code: > https://github.com/sabnzbd/sabnzbd/blob/master/sabnzbd/utils/osx.py > Are we doing anything wrong here? > (We're using the Python support from the last SDK 1.2.2) > You would likely want to change it to the GNTP implementation in Growl 1.3. There is a python example linked here: http://growl.info/documentation/developer/bindings.php > -Shypike (SABnzbd developer) > > Feel free to bring up anything further on our development list. It's purely for discussions like this, so that there's less user noise around development issues. :) Chris > On 7 okt, 04:58, Kevin Ballard <[email protected] (http://gmail.com)> wrote: > > That is indeed me. And I'm not quite sure how they have it > > implemented. SABnzbd+ is written in Python, and it's always Just > > Worked™ with Growl 1.2. It looks like there's a growl.pyc file buried > > inside of SABnzbd+, but since it's pre-compiled I can't look at what > > it's doing. > > > > -Kevin > > -- > You received this message because you are subscribed to the Google Groups > "Growl Discuss" group. > To post to this group, send email to [email protected] > (mailto:[email protected]). > To unsubscribe from this group, send email to > [email protected] > (mailto:[email protected]). > For more options, visit this group at > http://groups.google.com/group/growldiscuss?hl=en. -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
