久久久久久久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大片在线 | 国产精品久久亚洲 | 欧美激情精品久久久久久 | 国产高清视频 | 成人在线视频观看 | 久久剧场 | 久久久久久精 | 手机看片169 | 亚洲免费一区 | 亚洲国产精品一区二区久久 | 91成人在线| 老头搡老女人毛片视频在线看 | 二区三区在线观看 | 精品自拍视频在线观看 | 国产高清一区二区 | 中文字幕在线二区 | 中文字幕影院 | 日韩免费一级 | 久久久久国产一区二区三区四区 | 中文字幕在线播放不卡 | 精品一区视频 | 国产一级免费视频 | 欧美xxxⅹ性欧美大片 | 久久综合色综合 | 欧美高清一级片 | 91麻豆精品国产91久久久久久 | 91av视频| 久久一二区 | 亚洲精品av在线 | 日韩久久久久久久 | 无码一区二区三区视频 | 成人不卡 | 美国一级毛片a | 久久999| 午夜精品一区二区三区三上悠亚 | 国产乱码精品一区二区三区中文 | 美女久久视频 | 久久久91精品国产一区二区三区 | 成人激情视频网 |