Jeff Johnson-8 wrote: > > f = open('text.txt', 'w') > You might want to change the 'w' to 'wb'. My understanding is that Python will add a line ending automatically to the output that it writes to the file if not using 'write binary' and that might throw off what you expect to be there. Brian -- View this message in context: http://www.nabble.com/Writing-Records-to-a-File-tf4505948.html#a12852910 Sent from the dabo-users mailing list archive at Nabble.com. _______________________________________________ Post Messages to: Dabo-users@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
- [dabo-users] Writing Records to a File Jeff Johnson
- Re: [dabo-users] Writing Records to a File Uwe Grauer
- Re: [dabo-users] Writing Records to a File Jeff Johnson
- Re: [dabo-users] Writing Records to a File Uwe Grauer
- Re: [dabo-users] Writing Records to a File Uwe Grauer
- Re: [dabo-users] Writing Records to a File Jeff Johnson
- Re: [dabo-users] Writing Records to a File bsnipes
- Re: [dabo-users] Writing Records to a File Ed Leafe
- Re: [dabo-users] Writing Records to a File Jeff Johnson
- Re: [dabo-users] Writing Records to a File Ed Leafe
- Re: [dabo-users] Writing Records to a File Jeff Johnson
- Re: [dabo-users] Writing Records to a F... Ed Leafe
- Re: [dabo-users] Writing Records to... Uwe Grauer
- Re: [dabo-users] Writing Record... Jeff Johnson
- Re: [dabo-users] Writing Record... Ed Leafe