#!bash
(AvsPmod)[nekmo@homura /tmp/irc/scripts]$ python servermap.py irc.rizon.net:6667 Nekmocom
Traceback (most recent call last):
File "servermap.py", line 170, in <module>
main()
File "servermap.py", line 152, in main
reactor = irc.reactor.Reactor()
AttributeError: 'module' object has no attribute 'reactor'
(AvsPmod)[nekmo@homura /tmp/irc/scripts]$ python2 servermap.py irc.rizon.net:6667 Nekmocom
Traceback (most recent call last):
File "servermap.py", line 170, in <module>
main()
File "servermap.py", line 152, in main
reactor = irc.reactor.Reactor()
AttributeError: 'module' object has no attribute 'reactor'
(AvsPmod)[nekmo@homura /tmp/irc/scripts]$
OS: Arch Linux.
Package version: irc==12.1.1
The error occurs inside (clean installation) and outside (system) of a virtualenv.
OS: Arch Linux.
Package version: irc==12.1.1
The error occurs inside (clean installation) and outside (system) of a virtualenv.