salamanderrake

Untitled

Dec 31st, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. MYPAINT_ENABLE_GTK3=1 python3.2 ./mypaint
  2. mypaint: mypaintlib imported correctly
  3. 1
  4. Using GTK3
  5. helpers.py: mypaintlib module imported sucessfully.
  6. builtin >=python-2.6 json support
  7. ('DEBUG: getlocale():', ('en_US', 'UTF-8'))
  8. ('DEBUG: localepath: ', 'po')
  9. ('DEBUG: localepath_brushlib: ', 'brushlib/po')
  10. brush.py: module mypaintlib imported successfully
  11. brush.py: helpers imported
  12. Traceback (most recent call last):
  13. File "./mypaint", line 199, in <module>
  14. from gui import main
  15. File "/home/salamanderrake/src/mypaint/py3/gui/main.py", line 19, in <module>
  16. from gui import application
  17. File "/home/salamanderrake/src/mypaint/py3/gui/application.py", line 18, in <module>
  18. from gui import filehandling
  19. File "/home/salamanderrake/src/mypaint/py3/gui/filehandling.py", line 20, in <module>
  20. from gui import drawwindow
  21. File "/home/salamanderrake/src/mypaint/py3/gui/drawwindow.py", line 32, in <module>
  22. from gui import toolbar
  23. File "/home/salamanderrake/src/mypaint/py3/gui/toolbar.py", line 21, in <module>
  24. from gui import dialogs
  25. File "/home/salamanderrake/src/mypaint/py3/gui/dialogs.py", line 13, in <module>
  26. from gui import brushmanager
  27. File "/home/salamanderrake/src/mypaint/py3/gui/brushmanager.py", line 14, in <module>
  28. from gui import dialogs
  29. ImportError: cannot import name dialogs
Advertisement
Add Comment
Please, Sign In to add comment