Darryl

Results 22 comments of Darryl

youve already got port 3389 listening. So your trying to listen on the port that is already listening

Python 2.7.x it won't work with python 3

Hiya, yeah it's been on the cards a long time. I did start a revamp including GUI html reporting but just never finished it. Hopefully I can find the time...

Hi, what version of python are you running?

Well the simple answer is to install the missing lib. Pip install 'libname' but a better approach is for me to try recreate the issue and build a fix if...

I'm guessing when it installed it didn't install fully in python2. Try this using pip for python2, sudo pip install dnspython

Moving the python3 install into the python 2 distro won't work. You need to install with pip2.x

I'd uninstall it and install it correctly. Or install the lib correctly rather than shifting it around. On Wed, 9 Jun 2021, 11:47 Advay, ***@***.***> wrote: > I installed dnspython,...

Install it as you did but with python 2.x