mtorromeo/xmppcat

ImportError: No module named configparser

sbrl opened this issue · 0 comments

sbrl commented

After installing this with sudo pip install xmppcat, I get the following error when I try to run it:

$ xmppcat
Traceback (most recent call last):
  File "/usr/local/bin/xmppcat", line 8, in <module>
    __main__.main()
  File "/usr/local/lib/python2.7/dist-packages/xmppcat/__main__.py", line 19, in main
    import configparser
ImportError: No module named configparser

Doing sudo pip install configparser solves the issue, but I thought you'd like to know about it to set it as a dependency or something (my Python's very rusty & I've never published any pip packages, so I'm not sure :P) 🙂