Joaquin Sanchez Sanchez wrote: > I have a doubt > > I have some modules in python, and in one of them, i have to > dictionarys. In them, i have some vars yhat I want to save before > clossing my session, ande then, in a new session, i want to load them. > > I have heard about "pickle" > How does it work?I dont understand the help page example
Yeah, that is an advanced example, for a simple example look at example 2 on this page: http://www-128.ibm.com/developerworks/library/l-pypers.html Kent _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
