• PyCharm ,pyqt,打包


    pyqt安装是用pip install pyqt

    QtDesigner 路径是 C:Python36Libsite-packagespyqt5-toolsdesigner.exe      空   $FileDir$

    PyUIC   C:Python36Scriptspyuic5.exe        $FileName$ -o $FileNameWithoutExtension$.py     $FileDir$

    cxFreeze  安装是用 pip install cxFreeze

    cmd切换到pythonscripts执行cxfreeze -h,显示该命令不是内部命令。pythonscripts也没有所说的cxfreeze.bat文件。只有cxfreeze 文件。后来了解到要执行 python cxfreeze-postinstall 才会生成cxfreeze.bat文件。最后在用cxfreeze -h 检验是否安装成功。

    cxfreeze hello.py –target-dir dist”(dist 为生成文件路径)就可以在dist下找到exe了

    将exe放到其他机子上运行,弹出“找不到msvcr100.dll“。手动将”msvcr100.dll“拷贝到dist目录下即可。

  • 相关阅读:
    Redis 安装和启动
    有序的map类--LinkedHashMap
    Springmvc
    工厂模式
    Top K
    判断链表是否有环
    注解
    Spring 事务
    热点账户高并发解决方案
    sql优化
  • 原文地址:https://www.cnblogs.com/adjk/p/7607649.html
Copyright © 2020-2023  润新知