jaraco / irc

Full-featured Python IRC library for Python.
MIT License
392 stars 87 forks source link

AttributeError: 'module' object has no attribute 'client' #126

Closed ghost closed 7 years ago

ghost commented 7 years ago

Trying to setup a simple client application by referring to the example apps but I'm getting the following error:

    reactor = irc.client.Reactor()
AttributeError: 'module' object has no attribute 'client'

Any idea what is going on? I'm using the python2 package, version 15.1.1 on archlinux.

jaraco commented 7 years ago

Did you import irc.client? That's what the example apps do.

jaraco commented 7 years ago

Also, see #124, which reported a similar error.

ghost commented 7 years ago

That worked, thanks.

ResitK commented 6 years ago

ModuleNotFoundError: No module named 'irc'