Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #20994 > unrolled thread
| Started by | Jerry Hill <malaclypse2@gmail.com> |
|---|---|
| First post | 2012-02-28 13:13 -0500 |
| Last post | 2012-02-28 14:12 -0800 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: GUI for pickle read Jerry Hill <malaclypse2@gmail.com> - 2012-02-28 13:13 -0500
Re: GUI for pickle read Rick Johnson <rantingrickjohnson@gmail.com> - 2012-02-28 14:12 -0800
| From | Jerry Hill <malaclypse2@gmail.com> |
|---|---|
| Date | 2012-02-28 13:13 -0500 |
| Subject | Re: GUI for pickle read |
| Message-ID | <mailman.249.1330452786.3037.python-list@python.org> |
On Tue, Feb 28, 2012 at 12:51 PM, Smiley 4321 <ssmile03@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
[toc] | [next] | [standalone]
| From | Rick Johnson <rantingrickjohnson@gmail.com> |
|---|---|
| Date | 2012-02-28 14:12 -0800 |
| Message-ID | <92d58b4f-b5b1-4d8e-a379-265d07db9847@f5g2000yqm.googlegroups.com> |
| In reply to | #20994 |
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"?
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web