How to get Growl working with weechat?

The Growl forums have moved to Google Groups, this forum is read only.
Locked
mallow
Harmless
Posts: 2
Joined: Wed Mar 19, 2008 3:43 pm

How to get Growl working with weechat?

Post by mallow »

I'm trying to get Growl to work with the text based irc client weechat-curses. I have both perl and python and the Growl libraries for both languages installed. However, when I try to load a script into weechat it gives me the following error:

WeeChat-Error: can't find Plugin "/Users/mallow/.weechat/plugins/pygrowl.py": dlopen(/Users/mallow/.weechat/plugins/pygrowl.py, 10):
no suitable image found. Did find: /Users/mallow/.weechat/plugins/pygrowl.py: file to short

The script - when executed on the command line - functions as it should and shows the appropriate Growl notification.
Any suggestions are greatly appreciated!
mallow
Harmless
Posts: 2
Joined: Wed Mar 19, 2008 3:43 pm

Re: How to get Growl working with weechat?

Post by mallow »

Right, problem solved :-) It turned out I was using a weechat version without perl and python support...
Compiled the program again, now with perl and python and all is well.
Locked