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

<legend id='d8SXU'><style id='d8SXU'><dir id='d8SXU'><q id='d8SXU'></q></dir></style></legend><tfoot id='d8SXU'></tfoot>

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

      1. <small id='d8SXU'></small><noframes id='d8SXU'>

      2. Python 調試器 (pdb) 停止處理向上/向下箭頭,而是

        Python debugger (pdb) stopped handlying up/down arrows, shows ^[[A instead(Python 調試器 (pdb) 停止處理向上/向下箭頭,而是顯示 ^[[A)

          <tbody id='iuD4o'></tbody>

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

            1. <tfoot id='iuD4o'></tfoot>
            2. <legend id='iuD4o'><style id='iuD4o'><dir id='iuD4o'><q id='iuD4o'></q></dir></style></legend>

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

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

                  本文介紹了Python 調試器 (pdb) 停止處理向上/向下箭頭,而是顯示 ^[[A的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我在 Ubuntu Linux 11.04 (natty) 機器上的 virtualenv 中使用 python 2.6.我的 (django) python 代碼中有這段代碼:

                  I am using python 2.6 in a virtualenv on an Ubuntu Linux 11.04 (natty) machine. I have this code in my (django) python code:

                  import pdb ; pdb.set_trace()
                  

                  為了啟動 python 調試器 (pdb).

                  in order to launch the python debugger (pdb).

                  直到今天,這一切都很好.但是現在當 pdb 啟動時,它可以用于調試和運行以及斷點等,但是當我按 向上箭頭 顯示上一個命令時,它會打印 ^[[A一個不上去.當我鍵入內容并按 Home 時,它會打印 ^[OH 而不是移動光標.

                  Up until today, this worked fine. But now when the pdb starts, it works for debugging and running and breakpoints etc, but when I press the up arrow to show the previous command it prints ^[[A instead an doesn't go up. When I type something and press Home, it prints ^[OH instead of moving the cursor.

                  我可以使用 up/home/etc.在啟動我的 python django unittests(它有 pdb 調用)的 bash 終端中很好.

                  I can use up/home/etc. fine in the bash terminal which launches my python django unittests (which has the pdb call).

                  發生了什么事?如何修復我的 pdb?我的 readline 出了什么問題?

                  What's going on? How do I fix my pdb? What's wrong with my readline?

                  推薦答案

                  由于某種原因,您似乎缺少 readline 包.只需鍵入 pip install readline 即可安裝它,它應該會按預期運行.如果您不在 venv 中,請記住以超級用戶身份輸入.

                  Looks like from some reason you are missing the readline package. Simply install it by typing pip install readline and it should behave as expected. Remember to type it as superuser if you're not in venv.

                  這篇關于Python 調試器 (pdb) 停止處理向上/向下箭頭,而是顯示 ^[[A的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

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

                  相關文檔推薦

                  python: Two modules and classes with the same name under different packages(python:不同包下同名的兩個模塊和類)
                  Configuring Python to use additional locations for site-packages(配置 Python 以使用站點包的其他位置)
                  How to structure python packages without repeating top level name for import(如何在不重復導入頂級名稱的情況下構造python包)
                  Install python packages on OpenShift(在 OpenShift 上安裝 python 包)
                  How to refresh sys.path?(如何刷新 sys.path?)
                  Distribute a Python package with a compiled dynamic shared library(分發帶有已編譯動態共享庫的 Python 包)
                      <tbody id='51Scf'></tbody>

                      <tfoot id='51Scf'></tfoot>
                        <bdo id='51Scf'></bdo><ul id='51Scf'></ul>

                        <small id='51Scf'></small><noframes id='51Scf'>

                          <i id='51Scf'><tr id='51Scf'><dt id='51Scf'><q id='51Scf'><span id='51Scf'><b id='51Scf'><form id='51Scf'><ins id='51Scf'></ins><ul id='51Scf'></ul><sub id='51Scf'></sub></form><legend id='51Scf'></legend><bdo id='51Scf'><pre id='51Scf'><center id='51Scf'></center></pre></bdo></b><th id='51Scf'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='51Scf'><tfoot id='51Scf'></tfoot><dl id='51Scf'><fieldset id='51Scf'></fieldset></dl></div>
                            <legend id='51Scf'><style id='51Scf'><dir id='51Scf'><q id='51Scf'></q></dir></style></legend>
                          • 主站蜘蛛池模板: 欧美激情精品久久久久 | 成人免费av | 国产精品久久久久影院色老大 | 夜夜草导航 | 91免费观看国产 | 欧美精品三区 | 99热精品在线 | 超碰精品在线观看 | 久久精品国产亚洲一区二区三区 | 午夜天堂精品久久久久 | 天天操妹子| 久久精品一区二区 | 欧美精品在线播放 | 成人性视频免费网站 | 久久国内精品 | 伊人精品国产 | 亚洲人精品| 亚洲天堂成人在线视频 | 国产午夜亚洲精品不卡 | 91麻豆精品国产91久久久更新资源速度超快 | 中文字幕人成乱码在线观看 | 91视频a | 精品国产精品国产偷麻豆 | 九九九视频在线 | 精品综合 | 天堂精品 | 国产在线一区二区 | 国产精品福利网 | 伊人中文字幕 | 国产一区二区精品在线观看 | 国产在线精品一区二区三区 | 国产精品久久国产精品99 | 国产精品一级在线观看 | 国产精品免费观看 | 欧美一级欧美三级在线观看 | 午夜国产精品视频 | 国产免费自拍 | 精品久久久久久久人人人人传媒 | 久久精品日产第一区二区三区 | 亚洲一区二区三 | 国产欧美一区二区三区免费 |