Advertisement
Guest User

Untitled

a guest
Oct 28th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/tmp/qtc_device_applaunch.py", line 29, in <module>
  3. gi.Repository.get_default().require("UbuntuAppLaunch")
  4. gi.RepositoryError: Typelib file for namespace 'UbuntuAppLaunch' (any version) not found
  5.  
  6. During handling of the above exception, another exception occurred:
  7.  
  8. Traceback (most recent call last):
  9. File "<frozen importlib._bootstrap>", line 2158, in _find_spec
  10. AttributeError: 'DynamicImporter' object has no attribute 'find_spec'
  11.  
  12. During handling of the above exception, another exception occurred:
  13.  
  14. Traceback (most recent call last):
  15. File "/tmp/qtc_device_applaunch.py", line 33, in <module>
  16. from gi.repository import UpstartAppLaunch as UAL
  17. File "/usr/lib/python3/dist-packages/gi/importer.py", line 53, in find_module
  18. 'introspection typelib not found' % namespace)
  19. ImportError: cannot import name UpstartAppLaunch, introspection typelib not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement