Skip to content Skip to sidebar Skip to footer

Python 2.7 Simlpequeue Import Error (a Bug?)

$ python2.6 -c 'from multiprocessing.queues import SimpleQueue' $ python2.7 -c 'from multiprocessing.queues import SimpleQueue' Traceback (most recent call last): File '

Solution 1:

Post a Comment for "Python 2.7 Simlpequeue Import Error (a Bug?)"