Well, I would just use the builting function open. I think Nick said in the beggining. Or, I would use the module I created. It&#39;s a file object, with the property file_txt. Unlike the other modules which you have to use read and write methods, I made a method which allows you to manulipulate like a string. I didn&#39;t even add a appending feature, but doing file.file_txt += &#39;bla&#39;, you can append. I can send it to you if you like.<br>
<br>
<div class="gmail_quote">On Wed, Jul 7, 2010 at 6:52 PM, Eduardo Vieira <span dir="ltr">&lt;<a href="mailto:eduardo.susan@gmail.com">eduardo.susan@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Hello, I&#39;m getting confused about the usage of those 2 modules. Which<br>should I use one to get/manipulate data from a text file?<br>
<br>Regards,<br><br>Eduardo<br><a href="http://www.express-sign-supply.com/" target="_blank">www.express-sign-supply.com</a><br>_______________________________________________<br>Tutor maillist  -  <a href="mailto:Tutor@python.org">Tutor@python.org</a><br>
To unsubscribe or change subscription options:<br><a href="http://mail.python.org/mailman/listinfo/tutor" target="_blank">http://mail.python.org/mailman/listinfo/tutor</a><br></blockquote></div><br>