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

Hey, i am having some trouble running it (using panda few days newer(buildbot) than 1.7.1) on windows.

This is code that i use to run it, it should be ok?

codepad.org/v33SNdmL

And this is error that i get.
pasteall.org/pic/show.php?id=10680
Its probably sometahing on my part, but i am not quite sure what could it be…

Ok, i seem to have found out whats causing that bug.
If i create file in directory which has python packages in it(dirs with init.py) it will cause freeze/crash.
if i rename init.py ide launches file correctly but then imports wont work…

game(DIR)
    main.py
    code(DIR)
        __init.py__
    data(DIR)

That layout will cause crash.