Skip to content

20220313 - v1.0.6

Compare
Choose a tag to compare
@skywind3000 skywind3000 released this 12 Mar 17:02
· 30 commits to master since this release

更新内容:

  • use site.addsitedir() over sys.path.append.
  • enable .pth files from site-packages.
  • new console mode if PYSTAND_CONSOLE is defined in cmake arguments. (#9)
  • initialize const values of sys.PYSTAND, sys.PYSTAND_HOME, and sys.PYSTAND_SCRIPT.
  • call FreeLibrary in destructor.
  • use binary reading to avoid CJK characters encoding issues in PyStand.int .

文件说明:

  • PyStand-py38.7z:嵌入式 Python 环境
  • PyStand-py38-pyqt5.7z:嵌入式 Python 环境 + PyQt5(完整版)
  • PyStand-py38-pyqt5-lite.7z:嵌入式 Python 环境 + PyQt5(精简版)
  • PyStand-py38-x64.7z: 嵌入式 Python 环境 (64位)