QtConse in Spyder cannot use multiprocessing.Manager

久未见 提交于 2019-12-12 06:50:10

问题


If I open IPython QtConsole standalone and run the following:

from multiprocessing import Manager
manager = Manager()

It worked fine. However, if I use the IPython Console inside Spyder, that specific console stopped responding.

I am using Windows 64 bit, Python 3.3.5 64 bit, Spyder 2.3.1.

Could anyone please help me with this?

来源:https://stackoverflow.com/questions/26428296/qtconse-in-spyder-cannot-use-multiprocessing-manager

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!