7aGiven / Phigros_Resource

Phigros apk资源提取
GNU General Public License v3.0
33 stars 13 forks source link

[?]decompress.py在python3.11下无法使用(? #3

Closed Dragon-ts closed 10 months ago

Dragon-ts commented 1 year ago

使用3.10不会报错,但是3.11会报错 Traceback (most recent call last): File "D:\3.0.1\decompress.py", line 98, in <module> index = key.rindex("/") ^^^^^^^^^^^^^^^ ValueError: substring not found

不排除个人因素的可能

7aGiven commented 1 year ago

电脑上暂时没有3.11版python,有时间进行测试。

7aGiven commented 1 year ago

使用3.10不会报错,但是3.11会报错 Traceback (most recent call last): File "D:\3.0.1\decompress.py", line 98, in <module> index = key.rindex("/") ^^^^^^^^^^^^^^^ ValueError: substring not found

不排除个人因素的可能

已取消bundle的decompress步骤,如果有时间请帮助于Python 3.11测试。