我一直试图通过pip安装Django Python调试器,但无济于事。当我在命令行上运行pip install django-pdb
时,我得到了:
retrying (retry(total=4, connect=none, redirect=none, status=none))
after connection broken by 'proxyerror('cannot connect to proxy.'...
然后我下载了django-pdb文件,并将其放在我的c:\users\goodnews\django-pdb.0.6.2
目录中,并在c:\users\goodnews\django-pdb.0.6.2>
下的命令提示符下运行了setup.py install
,却得到了:unable to create process using '/usr/bin/env/python
。