Hi!
I tried to learn how to make c++ extensions to PyS60 for N95 and I made a very simple c++ module as an excercise. But... when I compile it I get the following error message: \Symbian\9.2\S60_3rd_FP1_2\EPOC32\RELEASE\ARMV5\LIB\python222.dso: No such file: No such file or directory. (I also get the following warning: Frozen .DEF file... is not found.)Bldmake bldfiles goes fine; abld build gcce urel gives these messages.
What could be wrong? I have installed S60 3rd Edition FP1 and PythonForS60_1_4_0_SDK_3rdEd. Should this python222.dso file be included in the PythonForS60 package or is there some tool in the tool chain that should create it? Do I have to compile PythonForS60 package by myself or what???![]()

Reply With Quote

