Skip to content

servermap.py example not works #59

@jaraco

Description

@jaraco
#!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.


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions