InTiLinuX Forum
September 03, 2010, 04:10:32 am *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Announcing new OpenGEU website
 
   Home   Help Search Flickr Gallery Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: [resolved] Mypaint deb for Jaunty 9.04 ?  (Read 3364 times)
Deevad
Jr. Member
**
Offline Offline

Posts: 65



View Profile WWW Email
« on: June 03, 2009, 01:12:45 pm »

Hello,

I have a real problem when I try to install the deb package of Mypaint on Ubuntu Jaunty 9.04.
I have the button inactive and still grey. I can't install one of my favorite software, please help !

« Last Edit: June 03, 2009, 04:17:41 pm by Deevad » Logged

MadnessMike
Global Moderator
Sr. Member
*****
Offline Offline

Posts: 412


Geutheme and RPGSim programmer

madnessmike4ever@gmail.com
View Profile WWW Email
« Reply #1 on: June 03, 2009, 02:38:46 pm »

Don't worry you can still install it from sources, it's not too hard Smiley
Type these commands in a Terminal:

Code:
sudo apt-get install python-dev libglib2.0-dev python-numpy swig scons
wget http://download.gna.org/mypaint/mypaint-0.7.0.tar.bz2
tar -xvjf mypaint-0.7.0.tar.bz2
cd mypaint-0.7.0
sudo scons prefix=/usr/local install
rm -r mypaint-0.7.0*

EDIT: I updated the commands for compiling version 0.7.0 of MyPaint

Once you successfully compiled and installed MyPaint, you can find its launcher in Application -> Graphics -> MyPaint as usual
Good luck Wink
« Last Edit: July 21, 2009, 08:31:23 am by MadnessMike » Logged

Deevad
Jr. Member
**
Offline Offline

Posts: 65



View Profile WWW Email
« Reply #2 on: June 03, 2009, 04:15:35 pm »

Wow, Thanks a lot !
All ran here like a charm now  !  Hurrraaaayyy !

(PS, I edit the topic title to mark it as "resolved" )
and a little pict :
Logged

MadnessMike
Global Moderator
Sr. Member
*****
Offline Offline

Posts: 412


Geutheme and RPGSim programmer

madnessmike4ever@gmail.com
View Profile WWW Email
« Reply #3 on: June 03, 2009, 05:39:03 pm »

Wow! what a wonderful jackalope! Thank you! *.*

I just reopened the topic
« Last Edit: July 21, 2009, 08:21:48 am by MadnessMike » Logged

cajhne
Newbie
*
Offline Offline

Posts: 1


View Profile
« Reply #4 on: July 21, 2009, 07:08:07 pm »

Hi. I have it fixed now, but it took me 5+ hours of searching forums, and actually, I'm not sure which thing fixed it. Tongue The original question was "why is the install box grayed out when you download and try use the package manager" If this one button would have worked it would have saved me nearly an entire day of work.

Is there a good answer as to why? Forget the work-arounds, and endless python libraries to install, why the heck didn't the deb file work in the package manager in the first place?

I'd rather know how to get the button fixed. If my next kernel update flakes, or compiz decides rendering a screen of garbage is preferable to painting the UI, I will not go through what I did to get this program to work again after a reinstall.

Thanks for your help!
Logged
Deevad
Jr. Member
**
Offline Offline

Posts: 65



View Profile WWW Email
« Reply #5 on: July 24, 2009, 07:43:50 pm »

Code:
sudo apt-get install python-dev libglib2.0-dev python-numpy swig scons
wget http://download.gna.org/mypaint/mypaint-0.7.0.tar.bz2
tar -xvjf mypaint-0.7.0.tar.bz2
cd mypaint-0.7.0
sudo scons prefix=/usr/local install
rm -r mypaint-0.7.0*

Hi,
I see the 0.7.1 release today , and I asked to myself how to install it if I installed the 0.7 with this code above.
I prefer ask for the better way to update cause I don't want to have error, or a bad buggy over copy of the previous version.
( still Ubuntu Jaunty here  ) Thanks !
Logged

MadnessMike
Global Moderator
Sr. Member
*****
Offline Offline

Posts: 412


Geutheme and RPGSim programmer

madnessmike4ever@gmail.com
View Profile WWW Email
« Reply #6 on: July 25, 2009, 08:29:17 am »

Code:
sudo apt-get install python-dev libglib2.0-dev python-numpy swig scons
wget http://download.gna.org/mypaint/mypaint-0.7.0.tar.bz2
tar -xvjf mypaint-0.7.0.tar.bz2
cd mypaint-0.7.0
sudo scons prefix=/usr/local install
rm -r mypaint-0.7.0*

Hi,
I see the 0.7.1 release today , and I asked to myself how to install it if I installed the 0.7 with this code above.
I prefer ask for the better way to update cause I don't want to have error, or a bad buggy over copy of the previous version.
( still Ubuntu Jaunty here  ) Thanks !

The better way for upgrading is downloading and compiling the new source code. Type these commands into a terminal: Smiley

Code:
sudo apt-get install python-dev libglib2.0-dev python-numpy swig scons
wget http://download.gna.org/mypaint/mypaint-0.7.1.tar.bz2
tar -xvjf mypaint-0.7.1.tar.bz2
cd mypaint-0.7.1
sudo scons prefix=/usr/local install
cd ..
rm -r mypaint-0.7.1*

and you should have the latest version of MyPaint. Wink
Logged

Deevad
Jr. Member
**
Offline Offline

Posts: 65



View Profile WWW Email
« Reply #7 on: August 06, 2009, 11:25:19 pm »

Oh thanks  ! that's very simple with that piece of code !
( sorry to reply only now, I think I forgeted to answer on the moment )
Logged

bachmat66
Newbie
*
Offline Offline

Posts: 2


View Profile
« Reply #8 on: August 27, 2009, 11:16:38 pm »

Hello,
I installed Mypaint on two of my machines ubuntu 9.04 - I was using it for a one week already when by mistake I used Janitor to delete mypaint from one of them.

so I went to istall it again, and while installing via terminal I am getting this message -
Saved options:

scons: warning: The Options class is deprecated; use the Variables class instead.
File "/home/terminal name/mypaint-0.7.0/SConstruct", line 32, in <module>

scons: warning: The PathOption() function is deprecated; use the PathVariable() function instead.
File "/home/bachmat/mypaint-0.7.0/SConstruct", line 33, in <module>
swig -o mypaintlib_wrap.cpp -python -c++ mypaintlib.i
python generate.py
Checked brushsettings.hpp
scons: done reading SConscript files.
scons: Building targets ...
o lib/mypaintlib_wrap.os -c -Wall -Wno-sign-compare -Wno-write-strings -fno-strict-aliasing -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/python2.6/dist-packages/numpy/core/include -I/usr/include/python2.6 lib/mypaintlib_wrap.cpp
sh: o: not found
o lib/_mypaintlib.so -shared lib/mypaintlib_wrap.os -lglib-2.0
sh: o: not found
Install file: "lib/_mypaintlib.so" as "/usr/local/lib/mypaint/_mypaintlib.so"
scons: *** [/usr/local/lib/mypaint/_mypaintlib.so] lib/_mypaintlib.so: No such file or directory
scons: building terminated because of errors.


by the way debian install does not result in working program - please note I am new to linux etc :
when I enter 'mypaint' in terminal I get -

We are not correctly installed or compiled!
script: "/usr/local/bin/mypaint"
deduced prefix: "/usr/local/bin"
lib_shared: "/usr/local/share/mypaint/"
lib_compiled: "/usr/local/lib/mypaint/"

Traceback (most recent call last):
  File "/usr/local/bin/mypaint", line 54, in <module>
    from lib import mypaintlib
ImportError: No module named lib

thanks in advance

ps
I really like this program - I wrote about it here http://dariocaballeros.blogspot.com/
Logged
bachmat66
Newbie
*
Offline Offline

Posts: 2


View Profile
« Reply #9 on: August 28, 2009, 12:01:58 am »

hello,
issue resolved
uff - after playing around I went to system/administration/synaptic package manager and removed any and all mypaint from this machine - after that I used your source code for mypaint 0.7.1 again et voila -it is working fine - Smiley
thanks again
Logged
InTiLinuX Forum
   

 Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.311 seconds with 22 queries. (Pretty URLs adds 0.089s, 2q)