I wrote some code to test python modules on S60. One module is in compiled version module2.pyc format the other is pure script module1.py. When running in script shell it works ok.
After packing into sis file (with ensymble) only module1.py module is visible. The module2.pyc file doesn't install at all. I tried to put it in resource folder manually using X-plore but it raises an error.
Here is my ensymble file structure:
Nokia E90 Symbian OSCode:moduletest--| |-resource-| | |-module2.pyc |-default.py |-module1.py

Reply With Quote

