On 9/21/2010 12:34 PM, Joel Goldstick wrote:


On Tue, Sep 21, 2010 at 12:03 PM, Joe Bennett <jammer10...@gmail.com <mailto:jammer10...@gmail.com>> wrote:

    I have some binary files created by a program written in C++... Anyone
    have any experience with this and willing to share? ACSII test is
    easy, but not sure how the rest is encoded....????




    -Joe
    _______________________________________________
    Tutor maillist  - Tutor@python.org <mailto:Tutor@python.org>
    To unsubscribe or change subscription options:
    http://mail.python.org/mailman/listinfo/tutor


fileobj = open(filename, mode='wb')
Did you mean "rb"? OP says files were written by another program.
will open the file.  Do you have any documentation on the file structure?


--
Bob Gailer
919-636-4239
Chapel Hill NC

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to