RE: Please help on Binary file manipulation

2007-06-05 Thread Looney, James B
to:[EMAIL PROTECTED] On Behalf Of Pieter Potgieter Sent: Tuesday, June 05, 2007 2:43 AM To: python-list@python.org Subject: Please help on Binary file manipulation Hi all I have a binary file of about 600kbytes - I want to break it up in fil

Re: Please help on Binary file manipulation

2007-06-05 Thread km
Hi, I assume ur on a linux/unix box... pls check the manual for 'split' command in linux/unix this does ur job regards, KM --- On 6/5/07, Pieter Potgieter <[EMAIL PROTECTED]>

Please help on Binary file manipulation

2007-06-05 Thread Pieter Potgieter
Hi all I have a binary file of about 600kbytes - I want to break it up in file chunks of 1085 bytes - every file must have a new file name. The data is binary video frames (370 frames) - I want to play the data back into an embedded system frame/file by file. I am a complete Python newby - but have