You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
运行时显示root@test:~/PublicMonitors# python3 PublicMonitors.py
Traceback (most recent call last):
File "PublicMonitors.py", line 3, in
from lib.Main import *
File "/root/PublicMonitors/lib/Main.py", line 2, in
from publicScan import *
ModuleNotFoundError: No module named 'publicScan'
是什么情况呢
The text was updated successfully, but these errors were encountered:
运行时显示root@test:~/PublicMonitors# python3 PublicMonitors.py
Traceback (most recent call last):
File "PublicMonitors.py", line 3, in
from lib.Main import *
File "/root/PublicMonitors/lib/Main.py", line 2, in
from publicScan import *
ModuleNotFoundError: No module named 'publicScan'
是什么情况呢
The text was updated successfully, but these errors were encountered: