when python code is generated it creates code that
throws import errors
inside
SmcPythonGenerator.java
155: _source.println( " raise
TransitionUndefinedException, msg" );
should read
155: _source.println( " raise
statemap.TransitionUndefinedException(msg)" );
This will actually fix to things, the import error and
the correct way to raise exceptions.
2006-08-16 16:49:53 UTC in SMC - The State Machine Compiler