Bug 153932

Summary: python plugin for xchat doesn't do what you'd think
Product: [Fedora] Fedora Reporter: Seth Vidal <skvidal>
Component: xchatAssignee: Warren Togami <wtogami>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: sangu.fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-05-31 04:56:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 150221    

Description Seth Vidal 2005-04-05 22:20:13 UTC
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:

Comment 1 sangu 2005-04-27 15:18:16 UTC
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

Comment 2 Seth Vidal 2005-05-31 04:56:25 UTC
python plugin for xchat works.

it's just xchat's concepts that are goofy.

closing->notabug