Re: [Tutor] Storing Dictionaries Externally

2005-10-22 Thread Kent Johnson
Daniel Watkins wrote: > Currently, I'm writing a little project which needs to store a > dictionary in an external file (so it can be accessed by another > program). However, no matter how much I try, I cannot get Python to > import the dictionary from the file properly. However, I know the > probl

[Tutor] Storing Dictionaries Externally

2005-10-22 Thread Daniel Watkins
Currently, I'm writing a little project which needs to store a dictionary in an external file (so it can be accessed by another program). However, no matter how much I try, I cannot get Python to import the dictionary from the file properly. However, I know the problem. Whatever format I put the da