affggh / Magisk_patcher

Patch boot image with magisk on windows/linux/macos
Apache License 2.0
226 stars 31 forks source link

建議需要的module 沒有則自動安裝 #2

Closed skysumbra closed 2 years ago

skysumbra commented 2 years ago

建議需要的module 沒有則自動安裝

./MagiskPatcher.py 
Traceback (most recent call last):
  File "/home/AAA/Magisk_patcher-20220611/./MagiskPatcher.py", line 14, in <module>
    from mttkinter import mtTkinter as tk 
ModuleNotFoundError: No module named 'mttkinter'
affggh commented 2 years ago

可以

haotian2004 commented 2 years ago

以后会补全的

affggh commented 2 years ago

建議需要的module 沒有則自動安裝

./MagiskPatcher.py 
Traceback (most recent call last):
  File "/home/AAA/Magisk_patcher-20220611/./MagiskPatcher.py", line 14, in <module>
    from mttkinter import mtTkinter as tk 
ModuleNotFoundError: No module named 'mttkinter'

重置之后补上了,感谢反馈 https://github.com/affggh/Magisk_patcher/blob/ab48bcea585cfd99ccb709fb5a832b53d6b7dd58/Magiskpatcher.py#L16-#L26