赞
踩
问 题
pydev debugger: process 20236 is connecting
Could not connect to 127.0.0.1: 10604
Traceback (most recent call last):
File "D:\PyCharm 2017.1.5\helpers\pydev\pydevd.py", line 1588, in
debugger.connect(host, port)
File "D:\PyCharm 2017.1.5\helpers\pydev\pydevd.py", line 325, in connect
self.initialize_network(s)
File "D:\PyCharm 2017.1.5\helpers\pydev\pydevd.py", line 312, in initialize_network
self.writer = WriterThread(sock)
File "D:\PyCharm 2017.1.5\helpers\pydev\_pydevd_bundle\pydevd_comm.py", line 412, in __init__
self.cmdQueue = _queue.Queue()
TypeError: __init__() missing 1 required positional argument: 'size'
解决方案
错误信息提示得已经很明显了
pydevd_comm.py第412行
self.cmdQueue = _queue.Queue()
缺少必要参数size
扫一扫关注IT屋
微信公众号搜索 “ IT屋 ” ,选择关注与百万开发者在一起
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。