Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93153 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2015-06-25 12:59 -0400 |
| Last post | 2015-06-25 12:59 -0400 |
| Articles | 1 — 1 participant |
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: Python realted to question Terry Reedy <tjreedy@udel.edu> - 2015-06-25 12:59 -0400
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2015-06-25 12:59 -0400 |
| Subject | Re: Python realted to question |
| Message-ID | <mailman.72.1435251570.3674.python-list@python.org> |
On 6/25/2015 2:49 AM, 문건희 wrote: > Two raspberryPi2 Model B was connected to a socket to communicate with > each other. > I want to send the video by using the communication. > Method of transmitting a text file is known. However, the video file is > not sent. What are the symptoms of 'not sent'? What Python code are you using? > So, Please tell me how to transfer a video file... If you are using Python (2 or 3?), you will have to read and send the file as a binary file, not a text file. You might want to send this question to an RPi-specific mailing list. When posting to a mailing list, send plain text, not html with 'remote content' (which good readers will block). This rule is true for all English-language mailing lists unless specified otherwise. -- Terry Jan Reedy
Back to top | Article view | comp.lang.python
csiph-web