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]

Reply via email to