Similar problem - sometimes. We've developed a plugin for our product
(Python-based) and we compiled and distribute the python binding in
the plugin itself. We're using the 2.5 Lion install. For many it works
fine, but for one user (so far) we get the same results as above -
silent failures. Growl works in all other ways including AppleScript,
it just appears to be a failure between Growl and the python bindings.

On Jul 29, 10:17 am, monto5 <[email protected]> wrote:
> Hi,
> I am having trouble getting the python bindings to work with setup
> mentioned in the subject. Since this is my first try at using the
> Python bindings so I cannot say whether this may be related to 10.7 or
> my setup specifically.
>
> My assumption is that if I do
>
> import Growl
> gn = Growl.GrowlNotifier('MyApp', ('MyApp Notification',))
> gn.register()
>
> I would be able to see MyApp in the preference pane of Growl - this
> does not happen though. Any subsequent calls to gn.notify(...) fail
> silently without any notification posted.
>
> Any pointers to what I am doing wrong or could someone confirm the
> python bindings working in above configuration? Or post a known
> example that should work?
>
> Thanks
> Stefan
>
> PS:
> Python is installed through MacPorts (so not the one that ships with
> Lion), the bindings by downloading the Growl SDK and building from
> source.
>
> PPS:
> Growl in general works fine.

-- 
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.

Reply via email to