-
Python from C++ app.
Hi All,
How to run python scripts from existing c++ app.
Or If there is a python extension module how to use that in Symbian native c++ app.
I am very much new to python.
and just now created "Hello World" which runs fine from python app.
Please help
Thanks and Regards,
Micky Menezes
-
Re: Python from C++ app.
[QUOTE][i]Originally posted by micmen [/i]
[B]How to run python scripts from existing c++ app.[/B][/QUOTE]
See this thread:
[url]http://discussion.forum.nokia.com/forum/showthread.php?s=&threadid=55828[/url]
-
Hi
Thanks it is working fine.
One more thing
How to use python extension module directly from c++ app.
Is it possible?
Regards,
Micky
-
[QUOTE][i]Originally posted by micmen [/i]
[B]
One more thing
How to use python extension module directly from c++ app.
[/B][/QUOTE]
Have a look at "Extending and Embedding the Python Interpreter, Release 2.2.2", Chapter 5 (available from python.org). I have not tried this though.
-
Thanks,
I will check the documentation.
Regards,
Micky