Maison > Questions et réponses > le corps du texte
最近在看shadowsocks源代码,有些地方不是很懂,比如如下代码中的frozen
是啥意思?官方文档没有查到~
# fix py2exe
if hasattr(sys, "frozen") and sys.frozen in \
("windows_exe", "console_exe"):
p = os.path.dirname(os.path.abspath(sys.executable))
os.chdir(p)
PHPz2017-04-18 09:45:58
Lié à la bibliothèque cx_freeze. Il s'agit d'une bibliothèque utilisée pour empaqueter des programmes dans un exe sous Windows et injecter une variable gelée dans sys.