salamanderrake

Untitled

Jan 1st, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. MYPAINT_ENABLE_GTK3=1 ./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 36, in <module>
  22. from gui import canvasevent
  23. File "/home/salamanderrake/src/mypaint/py3/gui/canvasevent.py", line 1292, in <module>
  24. from gui import linemode
  25. File "/home/salamanderrake/src/mypaint/py3/gui/linemode.py", line 82, in <module>
  26. class LineModeBase (self.app.canvasevent.SwitchableModeMixin,
  27. NameError: name 'self' is not defined
Advertisement
Add Comment
Please, Sign In to add comment