so here is what i get after starting mypaint:
RuntimeError: pygtk was not compiled with Numeric Python support
and the brush doesnt touch the canvas..
so i say to myself..mkay,i will recompile it with numpy support (numpy is the package for numeric python- its at the repo)
so i compile it,using a slackbuild for slackware 12.1 and i also try doing it the way i normally do and this is what i get:
make[2]: Leaving directory `/home/blurymind/Packages/pygtk/pygtk-2.12.1/gtk'
Making all in examples
make[2]: Entering directory `/home/blurymind/Packages/pygtk/pygtk-2.12.1/examples'
make[2]: Leaving directory `/home/blurymind/Packages/pygtk/pygtk-2.12.1/examples'
Making all in tests
make[2]: Entering directory `/home/blurymind/Packages/pygtk/pygtk-2.12.1/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/blurymind/Packages/pygtk/pygtk-2.12.1/tests'
Making all in docs
make[2]: Entering directory `/home/blurymind/Packages/pygtk/pygtk-2.12.1/docs'
make all-am
make[3]: Entering directory `/home/blurymind/Packages/pygtk/pygtk-2.12.1/docs'
make[3]: *** No rule to make target `/usr/share/gtk-doc/html/pygobject/style.css', needed by `all-am'. Stop.
make[3]: Leaving directory `/home/blurymind/Packages/pygtk/pygtk-2.12.1/docs'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/blurymind/Packages/pygtk/pygtk-2.12.1/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/blurymind/Packages/pygtk/pygtk-2.12.1'
make: *** [all] Error 2
i try compiling it with prefix=/usr and i get the same...