skiptracer: Module errors
Python 3:
$ python skiptracer.py
No module named '__builtin__'
Traceback (most recent call last):
File "skiptracer.py", line 4, in <module>
from plugins.menus import menus
File "/home/helix/Scripts/skiptracer/plugins/menus.py", line 13, in <module>
from plugins.namechk2 import NameChkGrabber
File "/home/helix/Scripts/skiptracer/plugins/namechk2.py", line 12, in <module>
from urllib import urlencode
ImportError: cannot import name 'urlencode' from 'urllib' (/usr/lib/python3.8/urllib/__init__.py)
Python 2:
$ python2 skiptracer.py
Traceback (most recent call last):
File "skiptracer.py", line 4, in <module>
from plugins.menus import menus
File "/home/helix/Scripts/skiptracer/plugins/menus.py", line 5, in <module>
from plugins.fouroneone_info import FourOneOneGrabber
File "/home/helix/Scripts/skiptracer/plugins/fouroneone_info.py", line 5, in <module>
from plugins.base import PageGrabber
File "/home/helix/Scripts/skiptracer/plugins/base.py", line 4, in <module>
import requests
ImportError: No module named requests
I followed the instructions, any idea what’s going wrong?
Computer Info:
-` helix@vega
.o+` ----------
`ooo/ OS: Arch Linux x86_64
`+oooo: Host: MS-7A78 1.0
`+oooooo: Kernel: 5.6.13-arch1-1
-+oooooo+: Uptime: 1 day, 3 hours, 33 mins
`/:-:++oooo+: Packages: 1775 (pacman), 45 (flatpak)
`/++++/+++++++: Shell: bash 5.0.16
`/++++++++++++++: Resolution: 1920x1080, 1920x1080, 1680x1050
`/+++ooooooooooooo/` DE: GNOME
./ooosssso++osssssso+` WM: Mutter
.oossssso-````/ossssss+` WM Theme: Adwaita
-osssssso. :ssssssso. Theme: Adwaita-dark [GTK2/3]
:osssssss/ osssso+++. Icons: Adwaita [GTK2/3]
/ossssssss/ +ssssooo/- Terminal: gnome-terminal
`/ossssso+/:- -:/+osssso+- CPU: Intel i7-7700K (8) @ 4.800GHz
`+sso+:-` `.-/+oso: GPU: NVIDIA GeForce GTX 1060 3GB
`++:. `-/+/ Memory: 7599MiB / 15972MiB
.` `/
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 16
Traceback (most recent call last): File “/root/skiptracer/skiptracer.py”, line 4, in <module> from plugins.menus import menus ModuleNotFoundError: No module named ‘plugins’
having the same issue, it looks like a problem with the python2 to python3 conversion, tried installation steps with both versions and running with both but python2 says it can’t install bs4 and python3 says it cant install urllib