久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <tfoot id='yEwxI'></tfoot>
  • <small id='yEwxI'></small><noframes id='yEwxI'>

      <i id='yEwxI'><tr id='yEwxI'><dt id='yEwxI'><q id='yEwxI'><span id='yEwxI'><b id='yEwxI'><form id='yEwxI'><ins id='yEwxI'></ins><ul id='yEwxI'></ul><sub id='yEwxI'></sub></form><legend id='yEwxI'></legend><bdo id='yEwxI'><pre id='yEwxI'><center id='yEwxI'></center></pre></bdo></b><th id='yEwxI'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='yEwxI'><tfoot id='yEwxI'></tfoot><dl id='yEwxI'><fieldset id='yEwxI'></fieldset></dl></div>

      1. <legend id='yEwxI'><style id='yEwxI'><dir id='yEwxI'><q id='yEwxI'></q></dir></style></legend>
        • <bdo id='yEwxI'></bdo><ul id='yEwxI'></ul>
      2. Python 3.5 + PyQt5 到獨立 exe

        Python 3.5 + PyQt5 to standalone exe(Python 3.5 + PyQt5 到獨立 exe)

            • <tfoot id='kLHY4'></tfoot>

              <small id='kLHY4'></small><noframes id='kLHY4'>

              <i id='kLHY4'><tr id='kLHY4'><dt id='kLHY4'><q id='kLHY4'><span id='kLHY4'><b id='kLHY4'><form id='kLHY4'><ins id='kLHY4'></ins><ul id='kLHY4'></ul><sub id='kLHY4'></sub></form><legend id='kLHY4'></legend><bdo id='kLHY4'><pre id='kLHY4'><center id='kLHY4'></center></pre></bdo></b><th id='kLHY4'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='kLHY4'><tfoot id='kLHY4'></tfoot><dl id='kLHY4'><fieldset id='kLHY4'></fieldset></dl></div>

                <tbody id='kLHY4'></tbody>
                  <bdo id='kLHY4'></bdo><ul id='kLHY4'></ul>
                  <legend id='kLHY4'><style id='kLHY4'><dir id='kLHY4'><q id='kLHY4'></q></dir></style></legend>
                  本文介紹了Python 3.5 + PyQt5 到獨立 exe的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  我是編碼新手,我需要將我的 py 文件轉(zhuǎn)換為 exe.我嘗試了 py2exe,但它不適用于 python 3.5.然后我嘗試了pyinstaller并且它工作了,但是當(dāng)我將PyQt5添加到程序中時,pyinstaller也失敗了.我嘗試了nuitka,它構(gòu)建了exe,但是當(dāng)我單擊exe文件時,它會顯示一個控制臺幾秒鐘并關(guān)閉.我需要一個在激活后顯示 gui 的 exe.以下是我在程序中使用的模塊:

                  I'm new to coding and I need to transform my py file to an exe. I tried py2exe and it didn't work with python 3.5. Then I tried pyinstaller and it worked, but when I added PyQt5 to the program, pyinstaller also failed. I tried nuitka, and it builds the exe, but when I click on the exe file it shows a console for a few seconds and closes. I need an exe which shows a gui after being activated. Here are the modules that I used in the program:

                  import P4
                  import time
                  from datetime import datetime,date
                  import traceback
                  import os
                  import sys
                  import threading
                  from PyQt5 import QtCore
                  from PyQt5 import QtGui
                  from PyQt5.QtWidgets import *
                  from PyQt5.QtCore import QCoreApplication, QTimer
                  

                  我從 nuitka exe 文件中得到的錯誤:

                  Error I get from nuitka exe file:

                  我從 pyinstaller exe 文件中得到的錯誤:

                  Error I get from pyinstaller exe file:

                  pyinstaller 需要的 Dll:dll

                  Dll's that pyinstaller needs: dlls

                  推薦答案

                  我已經(jīng)弄清楚如何使用 Python 3.5 和 pyinstaller 制作一個 exe.你需要安裝這個:

                  I've figured out how to make an exe with Python 3.5 and pyinstaller. You need to install this:

                  pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip --upgrade
                  

                  然后添加 PyQt5 dll 的路徑.我用這個:

                  Then add path to PyQt5 dll's. I used this:

                  pyinstaller -y --clean --paths C:TEMPenvLibsite-packagesPyQt5Qtin
                  

                  這篇關(guān)于Python 3.5 + PyQt5 到獨立 exe的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  How to bind a function to an Action from Qt menubar?(如何將函數(shù)綁定到 Qt 菜單欄中的操作?)
                  PyQt progress jumps to 100% after it starts(PyQt 啟動后進(jìn)度躍升至 100%)
                  How to set yaxis tick label in a fixed position so that when i scroll left or right the yaxis tick label should be visible?(如何將 yaxis 刻度標(biāo)簽設(shè)置在固定位置,以便當(dāng)我向左或向右滾動時,yaxis 刻度標(biāo)簽應(yīng)該可見
                  `QImage` constructor has unknown keyword `data`(`QImage` 構(gòu)造函數(shù)有未知關(guān)鍵字 `data`)
                  Change x-axis ticks to custom strings(將 x 軸刻度更改為自定義字符串)
                  How to show progress bar while saving file to excel in python?(如何在python中將文件保存為excel時顯示進(jìn)度條?)
                  1. <i id='hikdV'><tr id='hikdV'><dt id='hikdV'><q id='hikdV'><span id='hikdV'><b id='hikdV'><form id='hikdV'><ins id='hikdV'></ins><ul id='hikdV'></ul><sub id='hikdV'></sub></form><legend id='hikdV'></legend><bdo id='hikdV'><pre id='hikdV'><center id='hikdV'></center></pre></bdo></b><th id='hikdV'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='hikdV'><tfoot id='hikdV'></tfoot><dl id='hikdV'><fieldset id='hikdV'></fieldset></dl></div>
                      <bdo id='hikdV'></bdo><ul id='hikdV'></ul>

                          <legend id='hikdV'><style id='hikdV'><dir id='hikdV'><q id='hikdV'></q></dir></style></legend>
                        1. <tfoot id='hikdV'></tfoot>
                          • <small id='hikdV'></small><noframes id='hikdV'>

                              <tbody id='hikdV'></tbody>
                            主站蜘蛛池模板: 日韩中文av| 国产精品96 | 成人h片在线观看 | 日本色图视频 | 激情高潮到大叫狂喷水 | 午夜性视频 | 亚洲三级网 | 91欧美日韩 | 国产精品视频久久久 | 久久久精品一区二区 | 2018天天操 | 亚洲精品tv | 亚洲欧美中文字幕 | 成人免费毛片嘿嘿连载视频 | 国产亚洲一区二区三区 | 国产区在线 | 国产无遮挡又黄又爽免费网站 | a视频| 国产伦精品一区二区免费 | 欧美一级在线观看 | 国产一级视频在线观看 | 婷婷综合五月天 | 欧美黄色录像 | 91精品国产成人www | 亚洲91视频 | 天天躁日日躁狠狠躁av麻豆男男 | aaa一级片 | 免费观看黄色大片 | 亚洲第一av网站 | 黄色小说视频 | 午夜在线免费视频 | av每日更新 | 免费中文字幕日韩欧美 | www.天天操 | 国产福利视频在线观看 | 免费黄色片视频 | 成人羞羞国产免费 | 天天操夜夜摸 | 久久久久精 | 日韩av在线免费播放 | 免费一级片 |