Re: [Tkinter-discuss] how to use tkinter in python3.2

2012-07-01 Thread Michael O'Donnell
kinter-discuss >> Subject: [Tkinter-discuss] how to use tkinter in python3.2 >> >> 1.i have installed tk >> 2.install python3.1 and python3.2 the sameway >> 1)download >> 2)./configure >> 3)make >> 4)make install >> >> in my console

Re: [Tkinter-discuss] how to use tkinter in python3.2

2012-07-01 Thread Michael Lange
: [Tkinter-discuss] how to use tkinter in python3.2 > > 1.i have installed tk > 2.install python3.1 and python3.2 the sameway > 1)download > 2)./configure > 3)make > 4)make install > > in my console > > > tiger@ocean:~$ python3.2 > Python 3.2.3 (default, Ju

Re: [Tkinter-discuss] how to use tkinter in python3.2

2012-07-01 Thread psao pollard-flamand
The module name is Tkinter not tkinter... From: contro opinion Sent: 30/06/2012 11:53 PM To: Tkinter-discuss Subject: [Tkinter-discuss] how to use tkinter in python3.2 1.i have installed tk 2.install python3.1 and python3.2 the sameway 1)download 2)./configure 3

[Tkinter-discuss] how to use tkinter in python3.2

2012-06-30 Thread contro opinion
1.i have installed tk 2.install python3.1 and python3.2 the sameway 1)download 2)./configure 3)make 4)make install in my console tiger@ocean:~$ python3.2 Python 3.2.3 (default, Jul 1 2012, 11:07:14) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>