摘要: Install the GPG key: wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - Ensure apt is set up to work with https source 阅读全文
posted @ 2020-08-27 11:14 胸怀丶若谷 阅读(1048) 评论(0) 推荐(0)
摘要: 方案一: 进入项目路径,在cmd窗口输入python 文件名。之后查看结果,看是否有模块未安装,或者是未导入模块。因为pyinstaller打包时,是按照被打包文件上的导入的库名进行打包的,所以需要将所有导入的模块声明放入这个文件中。 方案二: 参考链接:https://www.pianshen.c 阅读全文
posted @ 2020-08-27 08:53 胸怀丶若谷 阅读(1467) 评论(0) 推荐(0)