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?