Re: After migrating from debian to ubuntu, tkinter "hello world" doesn't work

2005-12-01 Thread mortuno
thank you very much, but now I don't think it is a problem of dependencies -- http://mail.python.org/mailman/listinfo/python-list

Re: After migrating from debian to ubuntu, tkinter "hello world" doesn't work

2005-12-01 Thread mortuno
yes, but everybody using ubuntu tells me it works fine for them. The problem must be something very specific to my laptop and x window. I am using need "855resolution" , I'd like to know if it works for somedy else with ubuntu and 855resolution. thanks for your interest -- http://mail.python.o

Re: After migrating from debian to ubuntu, tkinter "hello world" doesn't work

2005-11-30 Thread Mandus
30 Nov 2005 04:23:37 -0800 skrev [EMAIL PROTECTED]: > > Mandus ha escrito: > >> works just fine on my ubunty 5.10. Make sure you have the python2.4-tk >> package installed (sudo apt-get install python2.4-tk). >> > > yes, i got it. > It's a fresh instalation from a cd in a brand new laptop. I tried

Re: After migrating from debian to ubuntu, tkinter "hello world" doesn't work

2005-11-30 Thread Wade Leftwich
[EMAIL PROTECTED] wrote: > Hi > > My tkinter apps worked fine in debian linux (woody and sarge) > I moved to ubuntu 5.10 > > I follow the 'hello world' test as seen in > http://wiki.python.org/moin/TkInter > Ubuntu uses X.org. Did your Debian distro use xfree86? -- http://mail.python.org/mailm

Re: After migrating from debian to ubuntu, tkinter "hello world" doesn't work

2005-11-30 Thread mortuno
Mandus ha escrito: > works just fine on my ubunty 5.10. Make sure you have the python2.4-tk > package installed (sudo apt-get install python2.4-tk). > yes, i got it. It's a fresh instalation from a cd in a brand new laptop. I tried to reinstall python2.4-tk and many other packeges :-( There ar

Re: After migrating from debian to ubuntu, tkinter "hello world" doesn't work

2005-11-29 Thread Mandus
28 Nov 2005 11:02:57 -0800 skrev [EMAIL PROTECTED]: > Hi > > My tkinter apps worked fine in debian linux (woody and sarge) > I moved to ubuntu 5.10 > > I follow the 'hello world' test as seen in > http://wiki.python.org/moin/TkInter > > > import _tkinter # with underscore, and lowercase 't' > impor

After migrating from debian to ubuntu, tkinter "hello world" doesn't work

2005-11-28 Thread mortuno
Hi My tkinter apps worked fine in debian linux (woody and sarge) I moved to ubuntu 5.10 I follow the 'hello world' test as seen in http://wiki.python.org/moin/TkInter import _tkinter # with underscore, and lowercase 't' import Tkinter # no underscore, uppercase 'T' Tkinter._test() # note unders