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

<legend id='mUkYP'><style id='mUkYP'><dir id='mUkYP'><q id='mUkYP'></q></dir></style></legend>

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

          <bdo id='mUkYP'></bdo><ul id='mUkYP'></ul>

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

        Pycharm、PyQt5 和 Python 2.7——沒有代碼完成

        Pycharm, PyQt5, and Python 2.7 -- No code completion(Pycharm、PyQt5 和 Python 2.7——沒有代碼完成)
            <tbody id='fX7yF'></tbody>
          • <small id='fX7yF'></small><noframes id='fX7yF'>

                <bdo id='fX7yF'></bdo><ul id='fX7yF'></ul>
              • <legend id='fX7yF'><style id='fX7yF'><dir id='fX7yF'><q id='fX7yF'></q></dir></style></legend>
                <i id='fX7yF'><tr id='fX7yF'><dt id='fX7yF'><q id='fX7yF'><span id='fX7yF'><b id='fX7yF'><form id='fX7yF'><ins id='fX7yF'></ins><ul id='fX7yF'></ul><sub id='fX7yF'></sub></form><legend id='fX7yF'></legend><bdo id='fX7yF'><pre id='fX7yF'><center id='fX7yF'></center></pre></bdo></b><th id='fX7yF'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='fX7yF'><tfoot id='fX7yF'></tfoot><dl id='fX7yF'><fieldset id='fX7yF'></fieldset></dl></div>
                  <tfoot id='fX7yF'></tfoot>
                1. 本文介紹了Pycharm、PyQt5 和 Python 2.7——沒有代碼完成的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我有:

                  • Python 2.7 (Anaconda x64),效果很好
                  • PyQt5(使用 pip install python-qt5 安裝)
                  • PyCharm 4.04 Professional(最近從 3.4.1 升級)
                  • 一個小型Qt應用程序
                  • Python 2.7 (Anaconda x64), which works great
                  • PyQt5 (installed using pip install python-qt5)
                  • PyCharm 4.04 Professional (recently upgraded from 3.4.1)
                  • A small Qt application

                  費盡心思(因為 Riverbank 沒有為 Python 2.7 提供 PyQt5 二進制文件,僅適用于3.3+) 多虧了 Marcus Otosson 的 預編譯的二進制包,我得到了一切工作.

                  After much hair-pulling (since Riverbank doesn't provide a PyQt5 binary for Python 2.7, only for 3.3+) I got everything working thanks to Marcus Otosson's pre-compiled binary packages.

                  Qt 現在已安裝并且功能齊全.我的 Qt 應用程序運行良好!

                  Qt is now installed and fully functional. My Qt application runs great!

                  但應用程序尚未完成,并且 PyCharm 不會為 PyQt 模塊完成代碼完成.它甚至無法識別任何 PyQt5 子模塊(如 Qwidgets)的存在:即使它們工作得很好,我仍然會收到紅色波浪形 "Unresolved Reference" 警告.

                  But the application isn't finished yet, and PyCharm won't do code completion for the PyQt modules. It won't even recognize that any PyQt5 sub-modules (like Qwidgets) exist: even though they work just fine, I still get the red squiggly "Unresolved Reference" warning.

                  我該如何解決這個問題?我認為這與為二進制 *.pyd 文件生成骨架的固有困難有關.它是如何工作的?我可以手動生成代碼骨架,還是從它們正確生成的地方導入它們?

                  How do I fix this? I assume this has to do with the inherent difficulties in generating skeletons for binary *.pyd files. How does it work exactly? Can I manually generate code skeletons, or import them from somewhere they generated correctly?

                  卸載并重新安裝 PyCharm 沒有幫助.重新配置解釋器也沒有強制骨架生成器再次運行.

                  Uninstalling and re-installing PyCharm didn't help. Neither did re-configuring the interpreter to force the skeleton generator to run again.

                  在我禿頂之前請幫忙.

                  推薦答案

                  在 PyCharm 2017.1.1 中遇到了同樣的問題.不要這樣做

                  Had the same problem in PyCharm 2017.1.1. Don't do

                  import PyQt5.QtWidgets
                  

                  from PyQt5 import QtWidgets
                  

                  這篇關于Pycharm、PyQt5 和 Python 2.7——沒有代碼完成的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

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

                  相關文檔推薦

                  How to bind a function to an Action from Qt menubar?(如何將函數綁定到 Qt 菜單欄中的操作?)
                  PyQt progress jumps to 100% after it starts(PyQt 啟動后進度躍升至 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 刻度標簽設置在固定位置,以便當我向左或向右滾動時,yaxis 刻度標簽應該可見
                  `QImage` constructor has unknown keyword `data`(`QImage` 構造函數有未知關鍵字 `data`)
                  Change x-axis ticks to custom strings(將 x 軸刻度更改為自定義字符串)
                  How to show progress bar while saving file to excel in python?(如何在python中將文件保存為excel時顯示進度條?)

                    <i id='6gBK0'><tr id='6gBK0'><dt id='6gBK0'><q id='6gBK0'><span id='6gBK0'><b id='6gBK0'><form id='6gBK0'><ins id='6gBK0'></ins><ul id='6gBK0'></ul><sub id='6gBK0'></sub></form><legend id='6gBK0'></legend><bdo id='6gBK0'><pre id='6gBK0'><center id='6gBK0'></center></pre></bdo></b><th id='6gBK0'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='6gBK0'><tfoot id='6gBK0'></tfoot><dl id='6gBK0'><fieldset id='6gBK0'></fieldset></dl></div>
                  • <tfoot id='6gBK0'></tfoot>
                    1. <small id='6gBK0'></small><noframes id='6gBK0'>

                        • <bdo id='6gBK0'></bdo><ul id='6gBK0'></ul>
                            <tbody id='6gBK0'></tbody>
                          <legend id='6gBK0'><style id='6gBK0'><dir id='6gBK0'><q id='6gBK0'></q></dir></style></legend>

                            主站蜘蛛池模板: 欧美一级二级视频 | 亚洲精品在线视频 | 亚洲永久 | 日本电影网站 | 国产欧美精品 | wwwxxx日本在线观看 | 午夜精品久久久久久久久久久久 | 一级片免费视频 | 欧美日韩亚洲国产 | 99久久精品免费看国产免费软件 | 精品久久电影 | 久久激情视频 | 99精品国自产在线 | 久久国产精品视频 | 亚洲不卡视频 | 国产精品久久久久久亚洲调教 | 国产精品国产a级 | 一区二区三区视频播放 | 国产精品久久国产精品 | 国产清纯白嫩初高生视频在线观看 | 午夜精品一区二区三区三上悠亚 | 涩涩视频网站在线观看 | 91麻豆精品国产91久久久更新资源速度超快 | 九色91视频 | 国产精品日韩欧美一区二区三区 | 一级毛片视频在线观看 | 亚洲一区二区视频 | 国产性网| 日本激情视频中文字幕 | 夜夜骑首页 | 一区二区三区四区av | 色吊丝在线 | 欧美色综合 | 日韩电影免费观看中文字幕 | 国产精品视频500部 a久久 | 久久久精品国产 | 亚洲欧美精品 | 色一情一乱一伦一区二区三区 | 男插女下体视频 | 亚洲狠狠爱 | 国产一区亚洲 |