Re: [Tutor] Writing a txt from dbf

2010-09-29 Thread Alan Gauld
"Susana Iraiis Delgado Rodriguez" wrote Your guess was rigth, that's what I'm looking for! I need an output as: beta gamma etc... but I'm showing betagammaetc.. I assume you mean in the file? print adds a newline automatically when printing to stdout. Steven already showed you how to ad

Re: [Tutor] Writing a txt from dbf

2010-09-29 Thread Susana Iraiis Delgado Rodriguez
Hello Steven! Your guess was rigth, that's what I'm looking for! I need an output as: beta gamma etc... but I'm showing betagammaetc.. What can I do to my code to get the first ouput? By the way thanks for answering! ___ Tutor maillist - Tutor@python

Re: [Tutor] Writing a txt from dbf

2010-09-28 Thread Steven D'Aprano
On Wed, 29 Sep 2010 04:33:51 am Susana Iraiis Delgado Rodriguez wrote: > Hello dear pythonists: > > I'm developing an application in python, I'm new using this > programming language I used to work with Java, but in my job my > superiors suggested me to develop in this language. > I'm trying to rea

[Tutor] Writing a txt from dbf

2010-09-28 Thread Susana Iraiis Delgado Rodriguez
Hello dear pythonists: I'm developing an application in python, I'm new using this programming language I used to work with Java, but in my job my superiors suggested me to develop in this language. I'm trying to read a dbf file, I already done it but my code shows me all the lines without spaces,