Discussion Board
-
Python from C++ app.
2005-06-09, 08:50
#1
Registered User
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.
2005-06-09, 10:28
#2
Regular Contributor
Originally posted by micmen
How to run python scripts from existing c++ app.
See this thread:
http://discussion.forum.nokia.com/fo...threadid=55828
-
Registered User
Hi
Thanks it is working fine.
One more thing
How to use python extension module directly from c++ app.
Is it possible?
Regards,
Micky
-
Regular Contributor
Originally posted by micmen
One more thing
How to use python extension module directly from c++ app.
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.
-
Registered User
Thanks,
I will check the documentation.
Regards,
Micky
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules