salamanderrake

Untitled

Dec 31st, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 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 16, in <module>
  18. from lib import filehandling, keyboard, brushmanager, windowing, document, layout
  19. File "/home/salamanderrake/src/mypaint/py3/lib/document.py", line 21, in <module>
  20. from lib import helpers, tiledsurface, pixbufsurface, backgroundsurface, mypaintlib
  21. File "/home/salamanderrake/src/mypaint/py3/lib/tiledsurface.py", line 21, in <module>
  22. from .layer import DEFAULT_COMPOSITE_OP
  23. File "/home/salamanderrake/src/mypaint/py3/lib/layer.py", line 13, in <module>
  24. from lib import tiledsurface, strokemap, mypaintlib
  25. File "/home/salamanderrake/src/mypaint/py3/lib/strokemap.py", line 13, in <module>
  26. from lib import tiledsurface
  27. ImportError: cannot import name tiledsurface
Advertisement
Add Comment
Please, Sign In to add comment