GUI for pickle read

2012-02-28 Thread Smiley 4321
Can I have some thoughts about - building a GUI to display the results of
the pickle read?

A prototype code should be fine on Linux.

~ BR
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: GUI for pickle read

2012-02-28 Thread Jerry Hill
On Tue, Feb 28, 2012 at 12:51 PM, Smiley 4321 ssmil...@gmail.com wrote:
 Can I have some thoughts about - building a GUI to display the results of
 the pickle read?

 A prototype code should be fine on Linux.

It doesn't seem like it would be all that useful, though I may just be
lacking in imagination.  What would you do with such a thing?

-- 
Jerry
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: GUI for pickle read

2012-02-28 Thread Aaron France



On Tue, Feb 28, 2012 at 12:51 PM, Smiley 4321ssmil...@gmail.com  wrote:

Can I have some thoughts about - building a GUI to display the results of
the pickle read?

A prototype code should be fine on Linux.

What on earth is this post asking?

Do you want code? Opinions?
--
http://mail.python.org/mailman/listinfo/python-list


Re: GUI for pickle read

2012-02-28 Thread Rick Johnson
On Feb 28, 12:13 pm, Jerry Hill malaclyp...@gmail.com wrote:
 On Tue, Feb 28, 2012 at 12:51 PM, Smiley 4321 ssmil...@gmail.com wrote:
  Can I have some thoughts about - building a GUI to display the results of
  the pickle read?

Sure. But first can you show us some code that reads a pickled file
and prints the contents?

Hint: Why does the pickle module have methods called load, loads,
dump, and dumps?
-- 
http://mail.python.org/mailman/listinfo/python-list