Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MYPAINT_ENABLE_GTK3=1 ./mypaint
- mypaint: mypaintlib imported correctly
- 1
- Using GTK3
- helpers.py: mypaintlib module imported sucessfully.
- builtin >=python-2.6 json support
- ('DEBUG: getlocale():', ('en_US', 'UTF-8'))
- ('DEBUG: localepath: ', 'po')
- ('DEBUG: localepath_brushlib: ', 'brushlib/po')
- brush.py: module mypaintlib imported successfully
- brush.py: helpers imported
- Traceback (most recent call last):
- File "./mypaint", line 199, in <module>
- from gui import main
- File "/home/salamanderrake/src/mypaint/py3/gui/main.py", line 19, in <module>
- from gui import application
- File "/home/salamanderrake/src/mypaint/py3/gui/application.py", line 18, in <module>
- from gui import filehandling
- File "/home/salamanderrake/src/mypaint/py3/gui/filehandling.py", line 20, in <module>
- from gui import drawwindow
- File "/home/salamanderrake/src/mypaint/py3/gui/drawwindow.py", line 36, in <module>
- from gui import canvasevent
- File "/home/salamanderrake/src/mypaint/py3/gui/canvasevent.py", line 1292, in <module>
- from gui import linemode
- File "/home/salamanderrake/src/mypaint/py3/gui/linemode.py", line 82, in <module>
- class LineModeBase (self.app.canvasevent.SwitchableModeMixin,
- NameError: name 'self' is not defined
Advertisement
Add Comment
Please, Sign In to add comment