Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #26650

Re: Pickle file and send via socket

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Pickle file and send via socket
Date 2012-08-06 15:26 -0400
Organization > Bestiaria Support Staff <
References <f3b73b0e-1520-4768-a1d2-bb754357dfc7@googlegroups.com> <CAExgZOhro=fs7CRR-3yXiWJYyTeTJq750hkAp_w044Qt=-4Gug@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.3024.1344281415.4697.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, 6 Aug 2012 19:17:47 +0530, Ramchandra Apte
<maniandram01@gmail.com> declaimed the following in
gmane.comp.python.general:

> This is *absolutely* possible.
> Did you know that IDLE uses this very method when run in sub-process mode!
> 
	It must be emphasized that this is likely to only work on the local
machine... Passing a pickled file-object across the net to different
machine will likely fail.

	It also will be impacted by the normal pickle restrictions (that a
different version of Python may not be able to unpickle the data).

	I don't know enough to know if M$ Windows operates in the same
manner with regards to file objects.

-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Pickle file and send via socket "S.B" <hyperboogie@gmail.com> - 2012-08-06 06:32 -0700
  Re: Pickle file and send via socket Nobody <nobody@nowhere.com> - 2012-08-06 17:11 +0100
  Re: Pickle file and send via socket Christian Heimes <lists@cheimes.de> - 2012-08-06 18:45 +0200
  Re: Pickle file and send via socket Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-06 15:26 -0400
  Re: Pickle file and send via socket "S.B" <hyperboogie@gmail.com> - 2012-08-07 04:21 -0700
    Re: Pickle file and send via socket lipska the kat <lipskathekat@yahoo.co.uk> - 2012-08-07 14:07 +0100
  Re: Pickle file and send via socket lipska the kat <lipskathekat@yahoo.co.uk> - 2012-08-08 13:48 +0100
    Re: Pickle file and send via socket "S.B" <hyperboogie@gmail.com> - 2012-08-08 06:50 -0700
      Re: Pickle file and send via socket lipska the kat <lipskathekat@yahoo.co.uk> - 2012-08-08 16:07 +0100

csiph-web