QtConse in Spyder cannot use multiprocessing.Manager
问题 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