time.time() 和 socket.socket() 这类模块,RFT模式下,会有问题,文件头部import d导入了 但是 函数方法中 调用 都是会报错的:local variable referenced before assignment #2249
phpshenjia
started this conversation in
General
Replies: 1 comment
-
|
import 的 时候 被重命名了, 但是 方法中调用的地方,却没有重命名, trace.rft mainPageExt:20 (import socket as pyarmor__308) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
time.time() 和 socket.socket() 这类模块,RFT模式下,会有问题,文件头部import d导入了 但是 函数方法中 调用 都是会报错的:local variable referenced before assignment
Beta Was this translation helpful? Give feedback.
All reactions