the description of python4s60 says python is a prototyping language ...
Is it possible to convert the python skript to Symbian C++ to enhance the prototype to a convenience product?
Because only linking the interpreter to C++ (class CSPyInterpreter) is not so useful to enhancing a prototype ...
There are no cross-compilers from Python to C++ that I know of, so if you want to do a conversion, you have to do a rewrite in C++ (using the Python "prototype" as an UI/functionality guideline/specification).