Page 1 of 1

Mypaint won't run in Lucid Puppy

Posted: Tue 01 Nov 2011, 06:43
by Ncmprhnsbl
if somebody wants something to do :lol:

http://mypaint.intilinux.com/

when lucid puppy came along i thought great, easy installation of widely available apps....not quite :cry: ... installs fine but no run....maybe squeeze? nope..
the problem seems to be in the way puppy handles python, mypaint being mostly python and some C.
not that this is puppys' problem.
my guess is the python script that starts/runs mypaint needs some hacking......a very uneducated guess. :wink:

thanks for reading

Posted: Tue 01 Nov 2011, 14:13
by Karl Godt

Posted: Wed 02 Nov 2011, 06:13
by disciple
Mypaint is nothing to do with mtPaint.
installs fine but no run....
the problem seems to be in the way puppy handles python
It might help to be more specific. What error messages do you get when you try to run it?

Also, you might like to post in the Requestssection

Posted: Wed 02 Nov 2011, 21:53
by Ncmprhnsbl
hi, thanks for the replies.. mt.... My... easy to confuse :wink:
sorry for the lack of specifics.. from memory the error was something to do with not finding python.. i'll get back to you with a more detailed error message..
as it happens, this was posted in Requests... some kind person has appeared to have moved it....

Posted: Wed 02 Nov 2011, 23:21
by Ncmprhnsbl
OK.... reinstalled in lucid 5.25...from ubuntu 'universe' in PPM ....mypaint vers 0.8.2 latest version is 0.9.1... seems to be missing or wrong python things..maybe :?

Posted: Thu 03 Nov 2011, 00:05
by Karl Godt
python can be nasty or tricky with its path in
/usr/lib/python2.6

watch out to link /usr/share/python || /usr/local/lib/python to it if necessary , and that the files are in the right sub-directory .

i would dl the source code to check it : python i think is a scripting language , so the Makefile inside the source is just for make install 'ing to the [ haha right directories ] . The diff should probably be applied , too , since Lupu-Ubuntu puts some libs to /lib and not to /usr/lib .

Sorry not to help out for more , and apologize , i really had confused mt and my , and this happens to me more often than i would like it ... ; did not know of My-Paint before .

Posted: Thu 03 Nov 2011, 11:12
by disciple
"we are not correctly installed or compiled"

Sorry, that's a new one to me. I've dealt quite a bit with Python now, but I'm no expert :(