Menu

#1 Bug in creating master

open
nobody
None
5
2001-11-13
2001-11-13
Anonymous
No

Hi, Went I attempt to identify myself as master I get
this output:

Got 1 handlers for privmsg
Applying (0, <bound method
CommandHandler.handle_privmsg of <./modules\modComma
nds.py.CommandHandler instance at 0x0080AA38>>)
Traceback (most recent call last):
File "C:\DOCUME~1\ADMINI~1\Desktop\IRC AI\benzo-0.3
\benzo.py", line 6, in ?
x.start()
File "./irclib-0.3.1\ircbot.py", line 236, in start
SimpleIRCClient.start(self)
File "./irclib-0.3.1\irclib.py", line 868, in start
self.ircobj.process_forever()
File "./irclib-0.3.1\irclib.py", line 233, in
process_forever
self.process_once(timeout)
File "./irclib-0.3.1\irclib.py", line 218, in
process_once
self.process_data(i)
File "./irclib-0.3.1\irclib.py", line 187, in
process_data
c.process_data()
File "./irclib-0.3.1\irclib.py", line 540, in
process_data
self._handle_event(Event(command, prefix, target,
[m]))
File "./irclib-0.3.1\irclib.py", line 567, in
_handle_event
self.irclibobj._handle_event(self, event)
File "./irclib-0.3.1\irclib.py", line 317, in
_handle_event
if handler[1](connection, event) == "NO MORE":
File "C:\Documents and
Settings\Administrator\Desktop\IRC AI\benzo-0.3\Core.py
", line 52, in dispatcher
if(apply(handler[1], (connection, event)) == "NO
MORE"):
File "./modules\modCommands.py", line 20, in
handle_privmsg
self.bot.interfaces['add_user'](whonick, "m",
userhost)
File "./modules\modUsers.py", line 36, in add_user
userobj = cPickle.dumps(_User(nick, flags,
re.compile(hostmask)))
cPickle.PicklingError: Can't pickle <function _compile
at 0x0083EC00>: it's not
found as ./modules\modMarkovChainer.sre._compile

I'm running windows 2k with Python 2.2b1 and the
released .03 version of benzo. If there's a workaround
I'd appreciate.. heck if you could tell me what the
users file should look like I'd appreciate it. Thanks.

Discussion


Log in to post a comment.