Re: [Tutor] No module named '_tkinter' ***solved***

2013-12-09 Thread pierre dagenais
On 13-12-09 03:14 AM, eryksun wrote: > On Sun, Dec 8, 2013 at 2:36 PM, pierre dagenais wrote: >> I'm running Ubuntu 10.04 and I've installed python 3.3.3 from the >> tarball at http://python.org/ftp/python/3.3.3/Python-3.3.3.tar.xz >> >> Here is the error I get when trying to run tkinter. >> >>

Re: [Tutor] No module named '_tkinter'

2013-12-09 Thread pierre dagenais
On 13-12-08 10:57 PM, Reuben wrote: > Can you try importing the module '_tkinter' > On 09-Dec-2013 6:43 AM, "pierre dagenais" wrote: > >> Hi, >> I'm running Ubuntu 10.04 and I've installed python 3.3.3 from the >> tarball at http://python.org/ftp/python/3.3.3/Python-3.3.3.tar.xz >> >> Here is t

Re: [Tutor] No module named '_tkinter'

2013-12-09 Thread eryksun
On Sun, Dec 8, 2013 at 2:36 PM, pierre dagenais wrote: > I'm running Ubuntu 10.04 and I've installed python 3.3.3 from the > tarball at http://python.org/ftp/python/3.3.3/Python-3.3.3.tar.xz > > Here is the error I get when trying to run tkinter. > > ImportError: No module named '_tkinter' > > I'v

Re: [Tutor] No module named '_tkinter'

2013-12-08 Thread Reuben
Can you try importing the module '_tkinter' On 09-Dec-2013 6:43 AM, "pierre dagenais" wrote: > Hi, > I'm running Ubuntu 10.04 and I've installed python 3.3.3 from the > tarball at http://python.org/ftp/python/3.3.3/Python-3.3.3.tar.xz > > Here is the error I get when trying to run tkinter. > > pi

[Tutor] No module named '_tkinter'

2013-12-08 Thread pierre dagenais
Hi, I'm running Ubuntu 10.04 and I've installed python 3.3.3 from the tarball at http://python.org/ftp/python/3.3.3/Python-3.3.3.tar.xz Here is the error I get when trying to run tkinter. pierre@Sprint:~$ python3.3 Python 3.3.3 (default, Dec 2 2013, 11:10:53) [GCC 4.6.3] on linux Type "help", "c