Re: [Tutor] adding more text to a file

2010-01-17 Thread Magnus Kriel
Thanx, you are correct. And now I know that 'a' will create a file as well. Magnus On Sun, Jan 17, 2010 at 10:34 AM, Steve Willoughby wrote: > Magnus Kriel wrote: > > It might be that when you create a file for the first time with 'a', > > that it will throug

Re: [Tutor] adding more text to a file

2010-01-17 Thread Magnus Kriel
'w'. Hope it helps. Buy the way, why don't you try sqlite for your database structure? sqlite is still a single file, not like MySQL. You get a pysqilte at : http://pypi.python.org/pypi/pysqlite/ Magnus Kriel The 'W' means write. An 'A' means append On Sun,