Re: Possible bug in Tkinter - Python 2.6

2009-01-15 Thread José Matos
On Thursday 15 January 2009 15:28:36 r wrote: > First of all be very careful using from "module" import * or you will > have name conflicts. Tkinter is made to be imported this way and i do > it all the time. for the others do. > > import tkMessageBox as MB > import tkFileDialog as FD > or whatever

Re: Possible bug in Tkinter - Python 2.6

2009-01-17 Thread José Matos
On Friday 16 January 2009 09:47:36 Eric Brunel wrote: > What do you mean by 'works'...? The usual meaning, I think. :-) Click "Yes" and the program prints True, click "No" and the programs prints "False". > You don't have the problem? It doesn't   > change a thing for me... Notice that I am ru

Re: Possible bug in Tkinter - Python 2.6

2009-01-20 Thread José Matos
On Monday 19 January 2009 09:24:09 Eric Brunel wrote: > This is not the procedure I describe in the original post. The first time, >   it works for me too. It's only after I used the file dialog that it stops > working. You are right, my mistake. -- José Abílio -- http://mail.python.org/mailman/

Re: Python is slow?

2009-02-15 Thread José Matos
On Monday 06 October 2008 00:01:50 Lawrence D'Oliveiro wrote: > Not listed as one > . Look further http://directory.fsf.org/project/gnuplot/ -- José Abílio -- http://mail.python.org/mailman/listinfo/python-list

Re: LaTeXing python programs

2009-05-20 Thread José Matos
On Wednesday 20 May 2009 18:43:21 Edward Grefenstette wrote: > Yes, I am aware that this is more of a LaTeX question than a python > question, but I thought users here might be most likely to offer a > suitable recommendation. > > I'm typing up my master's thesis and will be including some of the

Re: Python is slow?

2008-09-30 Thread José Matos
On Tuesday 30 September 2008 16:04:35 George Sakkis wrote: > What you're missing is that for Free Software (TM) zealots it's a > matter of philosophical principle, totally unrelated to how easy is to > overcome the restriction. There is not a "practicality beats purity" > clause in the FSF Bible.