SirCmpwn

Untitled

May 7th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:\dev\opennbt\scripts\debug-region", line 47, in <module>
  3. n = RegionFile(arg)
  4. File "C:\Python27\lib\site-packages\opennbt\region.py", line 66, in __init__
  5. NBTFile(buff, compressed=True)
  6. File "C:\Python27\lib\site-packages\opennbt\nbt.py", line 372, in __init__
  7. read('b')
  8. File "C:\Python27\lib\site-packages\opennbt\nbt.py", line 363, in read
  9. return struct.unpack(fmt, src.read(struct.calcsize(fmt)))
  10. File "C:\Python27\lib\gzip.py", line 256, in read
  11. self._read(readsize)
  12. File "C:\Python27\lib\gzip.py", line 291, in _read
  13. self._read_gzip_header()
  14. File "C:\Python27\lib\gzip.py", line 185, in _read_gzip_header
  15. raise IOError, 'Not a gzipped file'
  16. IOError: Not a gzipped file
Advertisement
Add Comment
Please, Sign In to add comment