Re: [Tutor] Unusual pathfile

2011-09-13 Thread Prasad, Ramit
From: tutor-bounces+ramit.prasad=jpmorgan@python.org [mailto:tutor-bounces+ramit.prasad=jpmorgan@python.org] On Behalf Of Marc Tompkins Sent: Tuesday, September 13, 2011 12:38 PM To: tutor@python.org Subject: Re: [Tutor] Unusual pathfile Susana - I think I speak for everyone when I say

Re: [Tutor] Unusual pathfile

2011-09-13 Thread Sander Sweers
On Tue, 13 Sep 2011, 21:01:56 CEST, Alan Gauld wrote: > On 13/09/11 16:41, Susana Iraiis Delgado Rodriguez wrote: > > structure. About the indention for the code, I tried my best to make it > > clear ande neat. But the mi e-mail editor it's mixing-up spaces. > > OK, That's unfortunate. Which edi

Re: [Tutor] Unusual pathfile

2011-09-13 Thread Alan Gauld
On 13/09/11 16:41, Susana Iraiis Delgado Rodriguez wrote: Hi! I just want to look the pathfile like this: C:\Python26 instead of C:/\Python26, OK, Let's see how you might debug that. I feel the loop repeats its walking with this pathfile I'm not sure what you mean by that but I do have some

Re: [Tutor] Unusual pathfile

2011-09-13 Thread Steven D'Aprano
Susana Iraiis Delgado Rodriguez wrote: I think I've received many complains for my questions and messages Please don't be upset! We're not angry at your, and we are trying to help you. In English, we have a saying: "Give a man a fish, and you feed him for one day. Teach a man how to catch

Re: [Tutor] Unusual pathfile

2011-09-13 Thread Marc Tompkins
On Tue, Sep 13, 2011 at 10:12 AM, Susana Iraiis Delgado Rodriguez < susana.delgad...@utzmg.edu.mx> wrote: > I think I've received many complains for my questions and messages, I know > you're great programmers and this is for helping beginners or any level of > Python users. I tried to correct the

Re: [Tutor] Unusual pathfile

2011-09-13 Thread Susana Iraiis Delgado Rodriguez
I think I've received many complains for my questions and messages, I know you're great programmers and this is for helping beginners or any level of Python users. I tried to correct the code I sent the best I could, than you for your time, I'll try to manage it myself. 2011/9/13 Steven D'Aprano

Re: [Tutor] Unusual pathfile

2011-09-13 Thread Steven D'Aprano
Susana Iraiis Delgado Rodriguez wrote: Hi! I just want to look the pathfile like this: C:\Python26 instead of C:/\Python26, I feel the loop repeats its walking with this pathfile structure. About the indention for the code, I tried my best to make it clear ande neat. But the mi e-mail editor it's

Re: [Tutor] Unusual pathfile

2011-09-13 Thread Dave Angel
1. Don't top-post. Put your response after whatever parts of a previous message you're quoting. And delete the parts that are no longer relevant. 2. If you used tabs in your code, convert to spaces before pasting into some email editors. Apparently your email editor is converting the tabs t

Re: [Tutor] Unusual pathfile

2011-09-13 Thread Susana Iraiis Delgado Rodriguez
Hi! I just want to look the pathfile like this: C:\Python26 instead of C:/\Python26, I feel the loop repeats its walking with this pathfile structure. About the indention for the code, I tried my best to make it clear ande neat. But the mi e-mail editor it's mixing-up spaces. Here's again: from Tki

Re: [Tutor] Unusual pathfile

2011-09-12 Thread Alan Gauld
On 12/09/11 15:49, Susana Iraiis Delgado Rodriguez wrote: Hi! I developed a python gui module to make a walk through a directory. This time I want the user to select the parameters I need from the python gui. The results will be written in a csv file, the problem I found is the pathfile shows thi