I have already installed python2.5 and wxpython already, and I also download the pys60 emulation library(four files:"appuifw.py, e32.py, graphics.py, key_codes.py") and put them in the folder: PYTHON25/lib. It works, while I find that this library just provides some simple basic modules, some functions like
appuifw.multi_selection_list(list , style='checkbox', search_field=1)
was not included in this library. Someone says that I need to download Python PythonS60 SDK(which could be download from https://garage.maemo.org/frs/?group_id=854), and extract the files "epoc32\winscw\c\resource\python25.zip" to the folder of"PYTHON25/lib“. However, it still doesn't work.
>>> import appuifw
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\ITDEVE~1\Python25\lib\site.py", line 86, in platsec_import
return _original_import(name, globals, locals, fromlist, level)
File "C:\itdevelop\Python25\lib\appuifw.py", line 14, in <module>
import _appuifw
File "C:\ITDEVE~1\Python25\lib\site.py", line 104, in platsec_import
return imp.load_dynamic(name, module + '.pyd')
ImportError: DLL load failed: The specified module could not be found.
Anyone could tell me how to solve this problem, thanks.