Onscreen IDE & dynamic instant update [_v0.5.4_]

Running it in the console there’s an error message that says:

File "...IDE_STARTET.pyw", line 86
    print f
          ^
SyntaxError: invalid syntax

I’ve looked at the code and you’re making a call to print without braces. I’ve added the braces and ran it again. There was a similar error, this time in line 116. I added all the missing braces in the code and finally had this output:

File "...IDE_STARTET.pyw", line 5, in <module>
ImportError: No module named pandac.PandaModules

[/code]