QtConse in Spyder cannot use multiprocessing.Manager

If I open IPython QtConsole offline and run the following:

from multiprocessing import Manager
manager = Manager()

Everything went perfectly. However, if I use the IPython Console inside Spyder, this console stops responding.

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

Can someone help me with this?

0
source share

All Articles