MouseTrap Status

(Difference between revisions)
Jump to: navigation, search
Line 8: Line 8:
 
|-style="font-style: italic; background-color: #FFCCFF;"
 
|-style="font-style: italic; background-color: #FFCCFF;"
 
|Amber
 
|Amber
| 12.10.2012 || Full install of mousetrap complete. Config file was manipulated to include failed dependency on 'python-opencv' which has been updated and the package is now referred to as 'cv'. Other dependencies are outdated or the names have been changed as well (xlib-python, etc). New errors with finding the main app have arisen and will be looked into.  
+
| 12.10.2012 || Full install of mousetrap complete. Config file was manipulated to include failed dependency on 'python-opencv' which has been updated and the package is now referred to as 'cv'. Other dependencies are outdated or the names have been changed as well (xlib-python, etc). New errors with 'gobject' have been identified. Here is the recorded error when running mousetrap:
 +
 
 +
 
 +
  ImportError: could not import gobject
 +
  (error was: ImportError('When using gi.repository you must not import static modules like "gobject".
 +
  Please change all occurrences of "import gobject" to "from gi.repository import GObject".',))
 +
  ^C[amber@localhost src]$ Traceback (most recent call last)
 +
  File "<string>", line 1, in <module>
 +
  File "mousetrap/app/main.py", line 50, in <module>
 +
    from lib import httpd, dbusd, settings
 +
  File "mousetrap/app/lib/httpd.py", line 31, in <module>
 +
    import mouse
 +
  File "mousetrap/app/lib/mouse.py", line 30, in <module>
 +
    import pyatspi
 +
  File "/usr/lib/python2.7/site-packages/pyatspi/__init__.py", line 17, in <module>
 +
    from gi.repository import Atspi
 +
  File "/usr/lib/python2.7/site-packages/gi/__init__.py", line 23, in <module>
 +
    from ._gi import _API, Repository
 +
 
 +
 
 
|}
 
|}

Revision as of 05:10, 11 December 2012

Please enter the status of the ongoing project below


Name Date Entry
Amber 12.10.2012 Full install of mousetrap complete. Config file was manipulated to include failed dependency on 'python-opencv' which has been updated and the package is now referred to as 'cv'. Other dependencies are outdated or the names have been changed as well (xlib-python, etc). New errors with 'gobject' have been identified. Here is the recorded error when running mousetrap:


 ImportError: could not import gobject
 (error was: ImportError('When using gi.repository you must not import static modules like "gobject".
 Please change all occurrences of "import gobject" to "from gi.repository import GObject".',))
 ^C[amber@localhost src]$ Traceback (most recent call last)
 File "<string>", line 1, in <module>
 File "mousetrap/app/main.py", line 50, in <module>
   from lib import httpd, dbusd, settings
 File "mousetrap/app/lib/httpd.py", line 31, in <module>
   import mouse
 File "mousetrap/app/lib/mouse.py", line 30, in <module>
   import pyatspi
 File "/usr/lib/python2.7/site-packages/pyatspi/__init__.py", line 17, in <module>
   from gi.repository import Atspi
 File "/usr/lib/python2.7/site-packages/gi/__init__.py", line 23, in <module>
   from ._gi import _API, Repository


Personal tools
Namespaces
Variants
Actions
Events
Learning Resources
HFOSS Projects
Evaluation
Navigation
Toolbox