fix for wxPython incompatibility of BitTornado 0.3.18

2008-07-12 Thread Avi Kak
"BitTornado" in the subject line to get past my procmail filter. Avi Kak -- http://mail.python.org/mailman/listinfo/python-list

embedding executable code in a regular expression in Python

2006-07-16 Thread Avi Kak
~ /$regex/; will produce the output saw hello saw mello Is it possible to do the same in Python with any modules that come with the standard distribution, or with any other modules? Thanks in advance for any help, Avi Kak ([EMAIL PROTECTED]) -- http://mail.python.org/mailman/listinfo/python-list

Re: Retrieving event descriptors in Tkinter

2006-05-08 Thread Avi Kak
Thanks very much. That's exactly what I was looking for. --- Avi -- http://mail.python.org/mailman/listinfo/python-list

Retrieving event descriptors in Tkinter

2006-05-08 Thread Avi Kak
ike Is it possible to do the same in Tkinter? I have looked through Fredrik Lundh's on-line reference and also the one by John Shipman. I am unable to locate the function I need. Perhaps I have not looked hard enough. Any help would be much appreciated. Thanks. Avi Kak [EMAIL P

trapping errors in function call syntax

2006-02-13 Thread Avi Kak
Hello: Suppose I write a function that I want to be called with ONLY keyword argumnts, how do I raise an exception should the function get called with what look like position-specfic arguments? Any help would be appreciated. Avi Kak -- http://mail.python.org/mailman/listinfo

Does Python support a peek like method for its file objects?

2006-02-04 Thread Avi Kak
hanks. Avi Kak -- http://mail.python.org/mailman/listinfo/python-list