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:
They recently fixed this in Ubuntu for Python3: https://bugs.launchpad.net/ubuntu/lucid/+source/python3.1/+bug/630511
The report for 2.7 is here: https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/683027
Post a Comment for "Python 2.7 Simlpequeue Import Error (a Bug?)"