permanent tempfile?

2006-08-21 Thread Colin Wildsmith
Hello, I am trying to create a temp file, however the file that is created is still there after the program has completed. Why is this so? CoLe #!/usr/bin/python import os, tempfile, sys import tempfile # creates a random file (text=True is textfile, text=False is binary file) ext = '.txt' pfx

Tab delimited file

2006-08-11 Thread Colin Wildsmith
Hello, I am making a gui for the purpose that I can change the values in a list of different criteria which is found in a text file, such as:   Name(tab)rating(tab)breast size(tab)occurrences … … …   However as far as I know Python does not allow you to easily change a specific line