Description of problem: So I saw this cool python script here: http://www.burtonini.com/blog//computers/xchat-notify-2005-04-05-20-30 and I thought, hey, cool, i'll go try that out. But it didn't work. so I run: python import sys sys.path.append('/usr/lib/xchat/plugins') import python and it responds with: Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: /usr/lib/xchat/plugins/python.so: undefined symbol: xchat_hook_print now there are two problems here: 1. it should really be in /usr/lib/python2.4/site-packages/xchat.so 2. it shouldn't be tracing back like that. That's all. This is ultra low-priority, of course. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
in xchat-2.4.3-2 /py console >>> import gtk Traceback (most recent call last): File "<string>", line 1, in ? File "/usr/src/build/535819-i386/install/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 38, in ? ImportError: No module named gdk
python plugin for xchat works. it's just xchat's concepts that are goofy. closing->notabug