En Tue, 10 Jul 2007 13:13:54 -0300, rkmr.em at gmail.com <rkmr.em at gmail.com> escribió: > I want to serialize datetime.datetime.now() object . I could convert it > to > string but how do I get a datetime object back from the string? > Any suggestions? Use the pickle module. -- Gabriel Genellina