Hi everyone,
I tried to embed Python in Symbian C++.
I read http://wiki.forum.nokia.com/index.ph...ymbian_C%2B%2B
and copy the code. I finally compiled it correctly, but when I ran the program, it couldn't find the python module Bar.
Again, I copied the python code. but I don't know where I should put the python module, so I put it in C:\Symbian\9.2\S60_3rd_FP1\Epoc32\winscw\c\python.
I tested my program in the emulator.
Can anyone tell what is the right path to put the python module?

Reply With Quote

