From cpu.crazy at gmail.com Thu Jun 9 03:14:41 2005 From: cpu.crazy at gmail.com (Joseph Quigley) Date: Thu, 09 Jun 2005 01:14:41 -0000 Subject: [Mailman] I keep getting a message bounce! Message-ID: <42A743D4.3030706@gmail.com> I keep getting a message bounce whenever i send a message to tutor at python.org! I always receive an email that says: The results of your email command are provided below. Attached is your original message. - Unprocessed: v = "Hi!" s = 1 t = "Through!" list_them_all = [v, s, t] # is that right? import cPickle f = file('test.test', 'w') p.dump(list_them_all, f) f.close Now, when I open up the file again... how to I get the variables out of the list to be used like it was a native variable? Oh, is there a way to pickle a class and a function? Thanks in advance, Joe -- Unix Love, Linux Pride - Done. What's my problem and why does it do this!? Thanks, JQ