You are not logged in.
Pages: 1
I have installed mypaint
I get this in the terminal:
builtin python 2.6 json support
confpath = /home/neoware/.mypaint/
Traceback (most recent call last):
File "/usr/bin/mypaint", line 176, in <module>
main.main(datapath, extradata, confpath)
File "/usr/share/mypaint/gui/main.py", line 72, in main
run()
File "/usr/share/mypaint/gui/main.py", line 47, in run
app = application.Application(datadir, extradata, options.config, args)
File "/usr/share/mypaint/gui/application.py", line 86, in __init__
self.doc = document.Document(self)
File "/usr/share/mypaint/gui/document.py", line 38, in __init__
self.tdw.neutral_background_pixbuf = backgroundsurface.Background(pixbuf)
File "/usr/share/mypaint/lib/backgroundsurface.py", line 22, in __init__
obj = helpers.gdkpixbuf2numpy(obj)
File "/usr/share/mypaint/lib/helpers.py", line 113, in gdkpixbuf2numpy
arr = pixbuf.get_pixels_array()
RuntimeError: pygtk was not compiled with Numeric Python support
Any thoughts?
Thanks
Dan
Offline
Hi
yes but probably not welcome for you: I prefer in almost all things mTpaint and it is in the base of SliTaz! The main problem of mTpaint is his unconventional handling and the so long documentation. But it is phantastic, really!
rgds
Offline
RuntimeError: pygtk was not compiled with Numeric Python support
Cooking pygtk with python-numpy solved the problem.
Download: http://www.mediafire.com/file/34c837h8nbpbd1w/pygtk-2.24.0.tazpkg
[c]# tazpkg install pygtk-2.24.0.tazpkg --forced[/c]
Offline
Yes it did.
Another problem solved.
Thank you
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]