Adding thread module support to Ubuntu 3 for Python3

kenakahn at gmail.com kenakahn at gmail.com
Mon Jun 23 16:34:54 EDT 2014


On Monday, June 23, 2014 4:12:34 PM UTC-4, kena... at gmail.com wrote:
> What package do I need to install to get thread support (import thread) for Python 3 running under ubuntu 3?

Found it.  The import statement changed to "import _thread" for python3.



More information about the Python-list mailing list