Using wxglade 0.6.3, the py_codegen has problems if the file has inner classes at the start of the file. e.g.
class foo:
class bar:
def barstuff(self, etc.)
def foostuff(self, etc.)
Causes codegen to fail to find the handler block location for class Foo, and to leave its "nonce" token(s) behind.
2009-06-10 20:59:26 UTC in wxGlade