I have Ubuntu installed. I am trying to use zxlolbot. But when I open zxlolbot.py
it gives me an error.
Please download dnspython
I tried to install dnspython but I couldn't install it. I don't use PuTTY.
I have Ubuntu installed. I am trying to use zxlolbot. But when I open zxlolbot.py
it gives me an error.
Please download dnspython
I tried to install dnspython but I couldn't install it. I don't use PuTTY.
You need to install the package python-dnspython
:
sudo apt-get install python-dnspython
python setup.py install
Make sure you have (pip
or pip3
) installed.
Use one of these commands (depending on what your pip version):
pip install dnspython
pip3 install dnspython