rendered paste bodydennis@ubuntu:~/Desktop$ python pyreader.py
pie tokens: ['PIE', '2']
type tokens: ['TYPE', '200']
texture tokens: ['TEXTURE', '0', 'page-9-player-buildings-bases.png', '256', '256']
['LEVELS', '1']
debug: mesh.load()
LEVEL 1
POINTS 4
debug: POLYGONS 1
debug polygon
debug: ['200', '4', '3', '2', '1', '0', '193', '62', '256', '62', '256', '192', '193', '192']
debug poly: 200 4 ['3', '2', '1', '0']
debug:connectors: []
Traceback (most recent call last):
File "pyreader.py", line 214, in <module>
pie.load_file( f )
File "pyreader.py", line 131, in load_file
self.do_connectors()
File "pyreader.py", line 136, in do_connectors
connector_count = tokens[1]
IndexError: list index out of range
dennis@ubuntu:~/Desktop$