3.2 can't extract tarfile produced by 2.7
Xavier Combelle
xavier.combelle at gmail.com
Wed Dec 26 11:10:46 EST 2012
More information about the Python-list mailing list
Wed Dec 26 11:10:46 EST 2012
- Previous message (by thread): 3.2 can't extract tarfile produced by 2.7
- Next message (by thread): 3.2 can't extract tarfile produced by 2.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You probably want to write
of = open("DUMP.tbz", "wb")
and
gf =open("DUMP.tbz", "rb")
- Previous message (by thread): 3.2 can't extract tarfile produced by 2.7
- Next message (by thread): 3.2 can't extract tarfile produced by 2.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list