Re: Adding thread module support to Ubuntu 3 for Python3

2014-06-24 Thread alister
On Mon, 23 Jun 2014 19:40:24 -0700, Larry Hudson wrote: > On 06/23/2014 01:12 PM, kenak...@gmail.com wrote: >> What package do I need to install to get thread support (import thread) >> for Python 3 running under ubuntu 3? >> >> > Just curious... Ubuntu 3 -- Are you really running a version that

Ubuntu "3" (was Adding thread module support to Ubuntu 3 for Python3)

2014-06-23 Thread Jason Friedman
>> OT and FWIW: I gave up on Ubuntu when they switched to Unity -- I find that >> very awkward to use. Just personal opinion, of course, and I know there are >> others who like it -- that's fine with me as well. (But I switched to >> Mint.) > > Likewise, though with me it was Debian I went to, w

Re: Adding thread module support to Ubuntu 3 for Python3

2014-06-23 Thread Chris Angelico
On Tue, Jun 24, 2014 at 12:40 PM, Larry Hudson wrote: > OT and FWIW: I gave up on Ubuntu when they switched to Unity -- I find that > very awkward to use. Just personal opinion, of course, and I know there are > others who like it -- that's fine with me as well. (But I switched to > Mint.) Lik

Re: Adding thread module support to Ubuntu 3 for Python3

2014-06-23 Thread Larry Hudson
On 06/23/2014 01:12 PM, kenak...@gmail.com wrote: What package do I need to install to get thread support (import thread) for Python 3 running under ubuntu 3? Just curious... Ubuntu 3 -- Are you really running a version that old, or is that a typo? Current version is 14.04 OT and FWIW: I

Re: Adding thread module support to Ubuntu 3 for Python3

2014-06-23 Thread Chris Angelico
On Tue, Jun 24, 2014 at 6:34 AM, wrote: > On Monday, June 23, 2014 4:12:34 PM UTC-4, kena...@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 pyt

Re: Adding thread module support to Ubuntu 3 for Python3

2014-06-23 Thread kenakahn
On Monday, June 23, 2014 4:12:34 PM UTC-4, kena...@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. -- https://mail.python.org/mailman/listinf

Adding thread module support to Ubuntu 3 for Python3

2014-06-23 Thread kenakahn
What package do I need to install to get thread support (import thread) for Python 3 running under ubuntu 3? -- https://mail.python.org/mailman/listinfo/python-list