Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MYPAINT_ENABLE_GTK3=1 python3.2 ./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 27, in <module>
- from gui import colorselectionwindow, historypopup, stategroup, windowing, layout, toolbar
- File "/home/salamanderrake/src/mypaint/py3/gui/toolbar.py", line 21, in <module>
- from gui import dialogs
- File "/home/salamanderrake/src/mypaint/py3/gui/dialogs.py", line 13, in <module>
- from brushlib import brushmanager
- ImportError: cannot import name brushmanager
Advertisement
Add Comment
Please, Sign In to add comment