[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] QCS



I dug out QCS, the "Adventure Construction Set"-inspired program someone posted, and tried it again. This is the error I got:

Traceback (most recent call last):
  File "C:\Tools\qcs\qcs\qcs.py", line 14, in ?
    from editors import *
IndentationError: expected an indented block (editors.py, line 279)

Kris