Closed codesourse closed 5 years ago
你把完整的错误信息发出来看看,这看不很出来是什么原因
请问现在已经支持python3了吗,用不了很难受...
请问现在已经支持python3了吗,用不了很难受...
暂时没时间移植,新版mac系统不是可以修改成Python2吗
不知道是哪里出了问题
[xutil]: some util tool for debug, this command is flexable and some options maybe remove future
xutil [-b addr, -s module, -l dylib]
more usage, try "xutil -h"
error: module importing failed: invalid syntax (choose.py, line 274)
File "temp.py", line 1, in
error: module importing failed: Missing parentheses in call to 'print'. Did you mean print('please specify the param, for example: "-[UIView initWithFrame:]"')? (xbr.py, line 531)
File "temp.py", line 1, in
error: module importing failed: invalid syntax (dumpdecrypted.py, line 431)
File "temp.py", line 1, in
[info]: get basic info of process/function/module/address/...
info [-m moduleName, -a address, -f funtionName, -u UserDefaults]
more usage, try "info -h"
error: module importing failed: invalid syntax (sbt.py, line 166)
File "temp.py", line 1, in
Duplicate of #3 这就是新系统Python3的问题,执行下面的代码指定lldb为Python2解释器就行了
defaults write com.apple.dt.lldb DefaultPythonVersion 2
额,理解错了,在另外一个issue里面看到这句话,以为这句是导致部分问题的原因
可以了,三克油
error: module importing failed: invalid syntax (sbt.py, line 166) File "temp.py", line 1, in
报错了