[Mailman] I keep getting a message bounce!

Joseph Quigley cpu.crazy at gmail.com
Thu Jun 9 03:14:41 CEST 2005


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



More information about the Mailman mailing list