Advertisement
Guest User

Untitled

a guest
Dec 21st, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/home/ilker/work/gunsel/sources/poky/scripts/recipetool", line 109, in <module>
  3. ret = main()
  4. File "/home/ilker/work/gunsel/sources/poky/scripts/recipetool", line 81, in main
  5. scriptutils.load_plugins(logger, plugins, pluginpath)
  6. File "/home/ilker/work/gunsel/sources/poky/scripts/lib/scriptutils.py", line 57, in load_plugins
  7. plugin = load_plugin(name)
  8. File "/home/ilker/work/gunsel/sources/poky/scripts/lib/scriptutils.py", line 48, in load_plugin
  9. return imp.load_module(name, fp, pathname, description)
  10. File "/home/ilker/work/gunsel/sources/meta-qt5/lib/recipetool/create_qt5.py", line 22, in <module>
  11. from recipetool.create_buildsys import CmakeExtensionHandler, AutotoolsExtensionHandler
  12. ImportError: cannot import name CmakeExtensionHandler
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement