[Tutor] A question

2006-02-05 Thread Bian Alex
How can I get astring from a randomfile. For Example: Del ete On : CopyOwner : BnPersonalized: 5PersonalizedName : My Documents I want to get the string after 'Owner' ( In example is 'Bn') 'import re' ? Pls help. ___ Tutor maillist -

Re: [Tutor] A question

2006-02-05 Thread Rinzwind
On 2/5/06, Bian Alex [EMAIL PROTECTED] wrote: How can I get astring from a randomfile. For Example: Del ete On : CopyOwner : BnPersonalized: 5PersonalizedName : My Documents I want to get the string after 'Owner' ( In example is 'Bn') 'import re' ? Pls help.help tutor@python.orgYou mean like

Re: [Tutor] A question

2006-02-05 Thread Marilyn Davis
On Sun, 5 Feb 2006, Bian Alex wrote: How can I get a string from a random file. For Example: Delete On : Copy Owner : Bn Personalized: 5 PersonalizedName: MyDocuments I want to get the string after 'Owner' ( In example is 'Bn') 'import re' ? Yes, but

Re: [Tutor] A question

2006-02-05 Thread Marilyn Davis
On Sun, 5 Feb 2006, Marilyn Davis wrote: On Sun, 5 Feb 2006, Bian Alex wrote: How can I get a string from a random file. For Example: Delete On : Copy Owner : Bn Personalized: 5 PersonalizedName: MyDocuments I want to get the string after

Re: [Tutor] Documentation

2006-02-05 Thread Andre Roberge
On 2/5/06, Paul Kraus [EMAIL PROTECTED] wrote: I have been working through a couple of books and learning alot. However I can't seem to find any easy way to learn more about different methods and commands. For instance what are all of the methods that can be applied to lists and what do they

Re: [Tutor] Documentation

2006-02-05 Thread Paul Kraus
help(Tkinter.Button.configure) Help on method configure in module Tkinter: configure(self, cnf=None, **kw) unbound Tkinter.Button method Configure resources of a widget. The values for resources are specified as keyword arguments. To get an overview about the allowed

Re: [Tutor] Documentation

2006-02-05 Thread Andre Roberge
On 2/5/06, Paul Kraus [EMAIL PROTECTED] wrote: help(Tkinter.Button.configure) Help on method configure in module Tkinter: configure(self, cnf=None, **kw) unbound Tkinter.Button method Configure resources of a widget. The values for resources are specified as keyword

Re: [Tutor] Documentation

2006-02-05 Thread John Fouhy
On 06/02/06, Paul Kraus [EMAIL PROTECTED] wrote: Thanks for the fast response. This was exactly what I was looking for. One last question how would I 'call the method keys'. from the example above. If b is a Tkinter.Button, then it means call b.keys(). eg: from Tkinter import * tk = Tk() b

[Tutor] Debugger Needed

2006-02-05 Thread Akanksha Govil
Hi,I am new to python, I want to know how to use a debugger and which debugger give a GUI .I am using Suse 9.1.ThanksAkanksha Relax. Yahoo! Mail virus scanning helps detect nasty viruses!___ Tutor maillist - Tutor@python.org

[Tutor] Python in Mac

2006-02-05 Thread linda.s
I installed python in both Windows and Mac. I am very curious why the installation under Mac take so long time compared to that under Windows. Thanks, Linda ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Debugger Needed

2006-02-05 Thread Danny Yoo
On Sun, 5 Feb 2006, Akanksha Govil wrote: I am new to python, I want to know how to use a debugger and which debugger give a GUI . Hi Akanksha, Have you looked at 'pdb' yet? http://www.python.org/doc/lib/module-pdb.html Several of the major Python IDEs also provide some kind of

Re: [Tutor] is there any tool like run line or selection in Pythonwin?

2006-02-05 Thread linda.s
I installed python in both Windows and Mac. I am very curious why the installation under Mac take so long time compared to that under Windows. Thanks, Linda ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] installing python on windows and macs

2006-02-05 Thread Danny Yoo
On Sun, 5 Feb 2006, linda.s wrote: I installed python in both Windows and Mac. I am very curious why the installation under Mac take so long time compared to that under Windows. Hi Linda, But that's somewhat odd, because it should take zero time: Python's already installed under Mac OS X