Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I seem to get an error on Windows 10 with the message:

  File "./main.py", line 645
    iterationCount += 1
                 ^
IndentationError: expected an indented block

Replied on discord - source looks OK my end and runs ok on Win10 python 2.7.13 for me.

Oop, that was an "In Between My Ears Issue". I commented out the print statements trying to make it run in python3, but I completely forgot I made those changes. Sorry about that.

(+2)

For future reference, there’s a 2to3 program (probably included with your python3 distribution) that can automagically convert a python2 program to python3 (I used that here and it worked fine).