Re: [Tutor] Is there some sort of Python Error log.

2007-09-14 Thread Rikard Bosnjakovic
On 15/09/2007, Lamonte Harris <[EMAIL PROTECTED]> wrote: > Command prompt is a pain and it would be pretty nice to have this feature. If you are using a Unixish system, do "python myscript.py 2> error.log". -- - Rikard - http://bos.hack.org/cv/ -- http://mail.python.org/mailman/listinfo/pytho

Re: Death to tuples!

2005-11-28 Thread Rikard Bosnjakovic
ous behaviour? Works fine this way: >>> "a%sa" % ("b"*4,) 'aa' So I really do not see the problem. For my own format-strings, I always add a final comma to make sure it's a tuple I'm using. Just my $0.0

Re: wxPython Licence vs GPL

2005-11-27 Thread Rikard Bosnjakovic
Steven D'Aprano wrote: > (Kids! Pirating software is stealing!!!) Or evaluating, depending of how you look at it. -- Sincerely, |http://bos.hack.org/cv/ Rikard Bosnjakovic | Code chef - will cook

Simulating call-by-reference

2005-11-17 Thread Rikard Bosnjakovic
(better) ways or pointers to accomplish this task of cleanup. -- Sincerely, | http://bos.hack.org/cv/ Rikard Bosnjakovic | Code chef - will cook for food -- http://mail.python.org/mailman/listinfo/python-list