salamanderrake

Untitled

Dec 30th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. MYPAINT_ENABLE_GTK3=1 python3.2 ./mypaint
  2. 1
  3. Using GTK3
  4. Error importing mypaintlib.
  5. builtin python 2.6 json support
  6. ('DEBUG: getlocale():', ('en_US', 'UTF-8'))
  7. ('DEBUG: localepath: ', 'po')
  8. ('DEBUG: localepath_brushlib: ', 'brushlib/po')
  9. Traceback (most recent call last):
  10. File "./mypaint", line 199, in <module>
  11. from gui import main
  12. File "/home/salamanderrake/src/mypaint/head/gui/main.py", line 19, in <module>
  13. from gui import application
  14. File "/home/salamanderrake/src/mypaint/head/gui/application.py", line 15, in <module>
  15. from lib import brush, helpers, mypaintlib
  16. File "/home/salamanderrake/src/mypaint/head/lib/brush.py", line 9, in <module>
  17. import mypaintlib
  18. ImportError: No module named mypaintlib
Advertisement
Add Comment
Please, Sign In to add comment