Accessing Embedded Python Interpreter
How can we access the python interpreter? Where python code is dependent on installed binaries the import breeve is not accessible from an external (e.g. bridged) python interpreter, such as IDLE.
I am under the assumption we have access to python's trace routines, is this our only option for correct identification of a syntax errors or exceptions?
