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 17, in <module>
- from lib import document
- File "/home/salamanderrake/src/mypaint/py3/lib/document.py", line 22, in <module>
- from lib import pixbufsurface
- File "/home/salamanderrake/src/mypaint/py3/lib/pixbufsurface.py", line 15, in <module>
- from .tiledsurface import N
- File "/home/salamanderrake/src/mypaint/py3/lib/tiledsurface.py", line 25, in <module>
- from lib import pixbufsurface
- ImportError: cannot import name pixbufsurface
Advertisement
Add Comment
Please, Sign In to add comment