Re: [Tutor] Python bz2 "IOError: invalid data stream" when trying to decompress

2013-04-10 Thread eryksun
On Wed, Apr 10, 2013 at 8:18 PM, Rodney Lewis wrote: > My question is at StackOverflow so I won't repeat it here. Short link: http://stackoverflow.com/q/15938629/205580 Your function worked fine for me on Windows Python 2.7.3, compressing/decompressing a text file that's about 150 KiB. The bz2

Re: [Tutor] Python bz2 "IOError: invalid data stream" when trying to decompress

2013-04-10 Thread Dave Angel
On 04/10/2013 08:18 PM, Rodney Lewis wrote: My question is at StackOverflow so I won't repeat it here. http://stackoverflow.com/questions/15938629/python-bz2-ioerror-invalid-data-stream-when-trying-to-decompress Thanks so much in advance for any help you can provide regarding this. http://www.

[Tutor] Python bz2 "IOError: invalid data stream" when trying to decompress

2013-04-10 Thread Rodney Lewis
My question is at StackOverflow so I won't repeat it here. http://stackoverflow.com/questions/15938629/python-bz2-ioerror-invalid-data-stream-when-trying-to-decompress Thanks so much in advance for any help you can provide regarding this. http://www.squidoo.com/introductiontopython -- Rodney L