LilianaKinsley / PinkiePyBot

Python IRC bot remixed for Canternet, the Pony IRC. Based on mutantmonkey's Python 3 fork.
http://jordantkinsley.org/PinkiePyBot
6 stars 4 forks source link

Error loading head: No module named lxml.html (in bot.py) #5

Closed barrybingo closed 10 years ago

barrybingo commented 10 years ago

Error message on start when no lxml installed. Does Pinkie require lxml?

LilianaKinsley commented 10 years ago

lxml was previously required but is no longer. head.py imports the module; bot.py registers modules and would throw the error. head.py can be safely edited to remove the lxml.html import line.