
Originally Posted by
_Askin_
hello,
I had several times the following error:
Mod_python error: "PythonHandler AskinAjaxServer"
Traceback (most recent call last):
File "c:\resource\mod_python\apache.py", line 395, in HandlerDispatch
result = object(req)
File "C:/Data/Web server/htdocs/AskinAjaxServer/AskinAjaxServer.py", line 26, in handler
result = hrh.handler(req)
File "C:/Data/Web server/htdocs/AskinAjaxServer/AskinAjaxServer.py", line 55, in handler
take_photo()
File "C:/Data/Web server/htdocs/AskinAjaxServer/AskinAjaxServer.py", line 7, in take_photo
img = camera.take_photo(size = (640,480))
File "c:\resource\camera.py", line 101, in take_photo
position))
SymbianError: [Errno -5] KErrNotSupported
after restarting the phone (N95) it worked fine! I have already read something about this error here in the forum, but I can`t find it at the moment! seems to be a bug!
best regards,
Askin