
Originally Posted by
wirefree101
Appreciate the response, Pankaj.
However, I am unable to run the following script:
import wlantools
wlantools.scan()
Following error is received while running wlantools.py
Traceback (most recent call last):
File "E:\private\2000b1a5\default.py", line 81, in menu_action
f()
File "E:\private\2000b1a5\default.py", line 65, in query_and_exec
execfile(script_list[index][1].encode('utf-8'), script_namespace.namespace)
File "c:\python\wlantools.py", line 3, in ?
import wlantools
File "c:\resource\site.py", line 97, in platsec_import
return _original_import(name, globals, locals, fromlist)
File "c:\resource\wlantools.py", line 23, in ?
_wlantools = imp.load_dynamic('_wlantools', 'c:\\sys\\bin\\_wlantools.pyd')
SymbianError: [Errno -5] KErrNotSupported
Following error is received using Interactive Console:
>>> import wlantool
Traceback (most recent call last):
File "<console>", line 1, in ?
File "c:\resource\site.py", line 112, in platsec_import
raise ImportError("No module named "+name)
ImportError: No module named wlantool
>>>
Any clues to obvious errors appreciated.