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

I can’t seem to get this to run.

Here is the output.

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\smartviz>cd Desktop

C:\Documents and Settings\smartviz\Desktop>cd "New Folder"

C:\Documents and Settings\smartviz\Desktop\New Folder>python IDE_STARTER.py
Warning: DirectNotify: category 'Interval' already exists
DirectStart: Starting the game.
:prc(warning): Invalid integer value for ConfigVariable win-size: 600,500
Known pipe types:
  wglGraphicsPipe
(all display modules loaded.)
:prc(warning): Invalid floating-point value for ConfigVariable background-color:
 .1,.1,.1,1
:display:windisplay(warning): Could not find icon filename icon.ico
:display:gsg:glgsg(warning): BlendEquation advertised as supported by OpenGL run
time, but could not get pointers to extension function.
:display:gsg:glgsg(warning): BlendColor advertised as supported by OpenGL runtim
e, but could not get pointers to extension function.
:audio(error):   LoadLibrary() failed, will use NullAudioManager
:audio(error):     Module not found
:util(warning): Adjusting global clock's real time by 5.5873e-006 seconds.
:util(warning): Adjusting global clock's real time by -0.0761046 seconds.
enteringFrame
exitingFrame
enteringFrame
exitingFrame
exitingFrame
########################################
STARTING.....
########################################

C:\Documents and Settings\smartviz\Desktop\New Folder>Warning: DirectNotify: cat
egory 'Interval' already exists
############### YOUR FILES ###############
C:\Documents and Settings\smartviz\Desktop\New Folder\2\dyn1.py
C:\Documents and Settings\smartviz\Desktop\New Folder\2\brokenClass.py
C:\Documents and Settings\smartviz\Desktop\New Folder\2\jackClass.py
C:\Documents and Settings\smartviz\Desktop\New Folder\2\pandaClass.py
C:\Documents and Settings\smartviz\Desktop\New Folder\2\smileyClass.py
##########################################
C:\Documents and Settings\smartviz\Desktop\New Folder\2\dyn1.py
C:\Documents and Settings\smartviz\Desktop\New Folder\2
DirectStart: Starting the game.
Known pipe types:
  wglGraphicsPipe
(all display modules loaded.)
:display:windisplay(warning): Could not find icon filename icon.ico
:display:gsg:glgsg(warning): BlendEquation advertised as supported by openGL run time, but could not get pointers to extension function.
:display:gsg:glgsg(warning): BlendColor advertised as supported by OpenGL runtime, but could not get pointers to extension function.
:audio(error):   LoadLibrary() failed, will use NullAudioManager
:audio(error):     Module not found
:util(warning): Adjusting global clock's real time by 4.74921e-006 seconds.
APP ['WorldInst', '__doc__', '__init__', '__module__', 'moduleName']
APP_modName : dyn1
APP_modName : dyn1
CC_TEMP CLEARED !!
:text(warning): No definition in Lucida Console Regular for character 13
:text(warning): No definition in Lucida Console Regular for character 11
:text(warning): No definition in Lucida Console Regular for character 12
['\x0c', ' ', '$', '(', ',', '0', '4', '8', '<', '@', 'D', 'H', 'L', 'P', 'T', '
X', '\\', '`', 'd', 'h', 'l', 'p', 't', 'x', '|', '\x0b', '#', "'", '+', '/', '3
', '7', ';', '?', 'C', 'G', 'K', 'O', 'S', 'W', '[', '_', 'c', 'g', 'k', 'o', 's
', 'w', '{', '\n', '"', '&', '*', '.', '2', '6', ':', '>', 'B', 'F', 'J', 'N', '
R', 'V', 'Z', '^', 'b', 'f', 'j', 'n', 'r', 'v', 'z', '~', '\t', '\r', '!', '%',
 ')', '-', '1', '5', '9', '=', 'A', 'E', 'I', 'M', 'Q', 'U', 'Y', ']', 'a', 'e',
 'i', 'm', 'q', 'u', 'y', '}']
100
IDE_normal_chars_maxWidth : 0.654545474052
IDE_normal_chars_maxHeight: 2.09090900421
:text(warning): No definition in Lucida Console Regular for character 13
:text(warning): No definition in Lucida Console Regular for character 11
:text(warning): No definition in Lucida Console Regular for character 12
['\x0c', ' ', '$', '(', ',', '0', '4', '8', '<', '@', 'D', 'H', 'L', 'P', 'T', '
X', '\\', '`', 'd', 'h', 'l', 'p', 't', 'x', '|', '\x0b', '#', "'", '+', '/', '3
', '7', ';', '?', 'C', 'G', 'K', 'O', 'S', 'W', '[', '_', 'c', 'g', 'k', 'o', 's
', 'w', '{', '\n', '"', '&', '*', '.', '2', '6', ':', '>', 'B', 'F', 'J', 'N', '
R', 'V', 'Z', '^', 'b', 'f', 'j', 'n', 'r', 'v', 'z', '~', '\t', '\r', '!', '%',
 ')', '-', '1', '5', '9', '=', 'A', 'E', 'I', 'M', 'Q', 'U', 'Y', ']', 'a', 'e',
 'i', 'm', 'q', 'u', 'y', '}']
100
IDE_bold_chars_maxWidth : 0.654545474052
IDE_bold_chars_maxHeight: 2.09090900421
IDE_textScale : Vec3(0.0366667, 1, 0.0366667)
:display(error): Window wouldn't open; abandoning window.
:display:wgldisplay(error): Could not share texture contexts between wglGraphics StateGuardians.

I’m not sure what is going on but the last 2 lines say something I think…

Oh ignore the audio errors the panda version I am using is compiled without FMOD and OpenAL

Robert