Re: [Tutor] Tkinter Icon Suse 10

2006-08-26 Thread Alan Gauld
> The error says that the bitmap is not defined > Was the code OK or I have to change it? You probably need to specify the full path. At a guess... Alan G. >> root = Tk() >> root.iconbitmap("Change.ico") >> root.mainloop() ___ Tutor maillist - Tuto

Re: [Tutor] Tkinter Icon Suse 10

2006-08-26 Thread Alberto Troiano
Hey..thanks for the replyI found some XBM on the PC (Suse) but still no luckThe error says that the bitmap is not definedWas the code OK or I have to change it?Thanks 2006/8/25, Alberto Troiano <[EMAIL PROTECTED]>: Hi everyoneIt's been a long time since I left Python for .NET 2003, but then again I

Re: [Tutor] Regex help

2006-08-26 Thread Kent Johnson
William O'Higgins Witteman wrote: > Hello all, > > I've been looking for an example of the regex I need, and so far, I > haven't found anything. Here's what I need: > > I want a case-insensitive, verbose pattern. I have a long-ish list of > match criteria (about a dozen distinct cases), which sho

[Tutor] Regex help

2006-08-26 Thread William O'Higgins Witteman
Hello all, I've been looking for an example of the regex I need, and so far, I haven't found anything. Here's what I need: I want a case-insensitive, verbose pattern. I have a long-ish list of match criteria (about a dozen distinct cases), which should be all "or", so I won't need to be clever

Re: [Tutor] Sending an attatchment with SMTP lib

2006-08-26 Thread Alan Gauld
"nimrodx" <[EMAIL PROTECTED]> wrote in > > How do I go about sending an attachment with SMTP lib? Can you explain first of all why you think you need to? The new email module permits you to do most things with email messages, so what is it about your task that makes you want to use the more p

Re: [Tutor] Query to the tutor mailing list

2006-08-26 Thread Alan Gauld
> newbie book, there certainly wouldn't be as many. but speaking of > learn how to program... is there a 2nd edition coming soon? :-) Unlikely. The sales have been steady (surprisingly so given its age now) but not exactly stellar so Addison Wesley aren't too excited about it I suspect. To be h

Re: [Tutor] Query to the tutor mailing list

2006-08-26 Thread wesley chun
On 8/25/06, Alan Gauld <[EMAIL PROTECTED]> wrote: >> > i put a significant number of exercises in "Core Python," some which >> > ... >> > there are about 260 exercises in the 1st ed., and the upcoming 2nd >> > ed. will have well over 300. i believe this is more than any other >> > Python book out