sraboncmc / wordmobi

Automatically exported from code.google.com/p/wordmobi
0 stars 0 forks source link

Camera problem E60 (and possibly other S60v3 without cam) #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Wordmobi doesn't start on mi E60 until i remove the import camera line in
posts.py. Maybe i'm the only one who still has a S60v3 phone without camera
but it would be nice to include a feature that searches for camera first
before it loads the API. 

Here my python console output:

Traceback (most recent call last):

  File "C:\private\e000b1a5\default.py", line 81, in menu_action

    f()

  File "C:\private\e000b1a5\default.py", line 65, in query_and_exec

    execfile(script_list[index][1].encode('utf-8'), script_namespace.namespace)

  File "e:\python\default.py", line 1, in ?

    import wordmobi

  File "c:\resource\site.py", line 97, in platsec_import

    return _original_import(name, globals, locals, fromlist)

  File "e:\python\lib\wordmobi.py", line 15, in ?

    from posts import Posts

  File "c:\resource\site.py", line 97, in platsec_import

    return _original_import(name, globals, locals, fromlist)

  File "e:\python\lib\posts.py", line 11, in ?

    import camera

  File "c:\resource\site.py", line 97, in platsec_import

    return _original_import(name, globals, locals, fromlist)

  File "c:\resource\camera.py", line 24, in ?

    _my_camera=_camera.Camera(0)

SymbianError: [Errno -44] KErrHardwareNotAvailable

Original issue reported on code.google.com by reset...@gmail.com on 17 Feb 2009 at 9:12

GoogleCodeExporter commented 8 years ago
Hi !
Yes, for sure, I will schedule this change for next release.
Thanks for reporting !

Original comment by marcelobarrosalmeida on 17 Feb 2009 at 12:39

GoogleCodeExporter commented 8 years ago
Solved in 0.6.0 version

Original comment by marcelobarrosalmeida on 25 Feb 2009 at 1:27