Closed masterT closed 7 years ago
$ ./GitTools/Finder/gitfinder.py -h Traceback (most recent call last): File "./GitTools/Finder/gitfinder.py", line 3, in <module> from urllib.request import urlopen ImportError: No module named request
Try Python3 =)
Hi, yeah, the tool does not need any other modules than the standard ones.
Try python3 as suggested from @Michael-Hedges