On 4/6/2015 8:05 AM, Steven D'Aprano wrote:
On Mon, 6 Apr 2015 06:40 pm, Michael S. wrote:

Hi everyone. while trying to implement pyshark, i am getting this error:
[...]

ImportError: No module named _threading


Well that's awesome. I don't think I've seen that in Python 2.7 before.
Apparently, you are using a version of Python compiled without support for
threading. I didn't think that was still possible.

There is (used to be) a 'without threads' buildbot
http://buildbot.python.org/all/builders/AMD64%20Fedora%20without%20threads%203.x
though it has been offline for a year.


--
Terry Jan Reedy

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to