vinitshahdeo / PortScanner

A go-to tool for scanning network. Scan all the open ports for a given host with just one click.
https://vinitshahdeo.github.io/PortScanner/
MIT License
134 stars 114 forks source link

No module named '__builtin__' #130

Closed iamsonukushwaha closed 8 months ago

iamsonukushwaha commented 3 years ago

Describe the bug

image

To Reproduce image

ranaaditya commented 3 years ago

Describe the bug

image

To Reproduce image

Hi @flyingsonu122 , can you please share your python version of your local system?

Mostly this error comes when you use python 3+, as main branch is compatible with python 2.7.

can you try python 3.8 branch for python 3+ versions ?

Soon we will migrate main branch to python3.8+

thanks !

iamsonukushwaha commented 3 years ago

I am using python 3.8

Definitely we should migrate it to python 3.8

iamsonukushwaha commented 3 years ago

I will create a PR for the same