maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   Mypaint-0.7.1 for Fremantle (https://talk.maemo.org/showthread.php?t=41807)

xman 2010-05-06 10:53

Re: Mypaint-0.7.1 for Fremantle
 
wow this is really getting exciting! It's great that Aapo has join the port team (anders). this app is one of the most import app for me, so I truly appreciate all the hard work of all those who help in anyway moving it forward.

just wanted to add Tone to his own list cuz you my friend have lit a fire under everyone bottom and it's a great thing.

loving this phone, this forum, this group of folks.

x

so does that mean that the lastest is working fine now?

Quote:

Originally Posted by Creativetone (Post 646164)
Hi!
I just updated MyPaint to MyPaint 0.8.2-1maemo6
.. and it seems that bugs that I mentioned earlier are gone. Thanks!

I want to thank you anders_gud, Aapo, Dousan, xman, harp and other great people here..
you are fast :)


crail 2010-05-06 16:38

Re: Mypaint-0.7.1 for Fremantle
 
Quote:

Originally Posted by AapoRantalainen (Post 646092)
apt-cache policy python-protobuf

i get the no module named google.protbuf error, but that command doesnt do anything.

anders_gud 2010-05-06 16:48

Re: Mypaint-0.7.1 for Fremantle
 
Quote:

Originally Posted by crail (Post 646684)
i get the no module named google.protbuf error, but that command doesnt do anything.

mypaint should get those deps automatically...
try
apt-get install python-protobuf
as root

AapoRantalainen 2010-05-06 16:50

Re: Mypaint-0.7.1 for Fremantle
 
Quote:

Originally Posted by crail (Post 646684)
i get the no module named google.protbuf error, but that command doesnt do anything.

It should say what version of python-protobuf is installed or some error. If installing mypaint from extras-devel repository python-protobuf is also installed...

object 2010-05-06 17:18

Re: Mypaint-0.7.1 for Fremantle
 
Just look at

http://www.wired.com/gadgets/wireles...ons_iphone_art

May be we could start a public gallery with rating system somewhere so people could subscribe their art done in N900 to prove the superiority of our mini cintiq? :D

Creativetone 2010-05-06 17:30

Re: Mypaint-0.7.1 for Fremantle
 
This could be nice... I am ready for battle.. So let's make a mess.. :D

xman, and other...

do you have installed newest MyPaint version 0.8.2-1maemo6?
because in my device it is working better than fine.

It is really so much much speedier than previous 0.7..x version..

I just tested how big canvas I could create and I am amazed..
about 6400x3800px. big canvas is still workable.. it is actually biggest that you could get...(zooming all the way out).

Now I can work with PRINT SIZE canvases, if I want.

I can sold now my Wacom Cintiq12WX and super hyper computer:)

Quote:

Originally Posted by object (Post 646745)
Just look at

http://www.wired.com/gadgets/wireles...ons_iphone_art

May be we could start a public gallery with rating system somewhere so people could subscribe their art done in N900 to prove the superiority of our mini cintiq? :D


xman 2010-05-06 17:35

Re: Mypaint-0.7.1 for Fremantle
 
HAHA, like your phone will last that long...Mr 1000mhz...lol So put that Wacom in storage for now ;)

I may try 0.8.2 a little later or tmrw. when I have time to clean any sys mess again..:D

x

316comp 2010-05-06 17:38

Re: Mypaint-0.7.1 for Fremantle
 
I just installed this app and it doesn't load?

crail 2010-05-06 17:43

Re: Mypaint-0.7.1 for Fremantle
 
Quote:

Originally Posted by AapoRantalainen (Post 646701)
It should say what version of python-protobuf is installed or some error. If installing mypaint from extras-devel repository python-protobuf is also installed...

i got it from devel. it says python protobuf installed, but i still get that error? any ideas?

this is exactly what it says...


~ $ mypaint
Traceback (most recent call last):
File "/usr/bin/mypaint", line 123, in <module>
from gui import main
File "/usr/share/mypaint/gui/main.py", line 15, in <module>
from gui import application
File "/usr/share/mypaint/gui/application.py", line 14, in <module>
import filehandling, keyboard, brushmanager
File "/usr/share/mypaint/gui/filehandling.py", line 18, in <module>
from lib import document, helpers
File "/usr/share/mypaint/lib/document.py", line 17, in <module>
import command, stroke, layer
File "/usr/share/mypaint/lib/command.py", line 9, in <module>
import layer
File "/usr/share/mypaint/lib/layer.py", line 11, in <module>
import tiledsurface, strokemap, strokemap_pb2
File "/usr/share/mypaint/lib/strokemap.py", line 13, in <module>
import tiledsurface, idletask, strokemap_pb2
File "/usr/share/mypaint/lib/strokemap_pb2.py", line 3, in <module>
from google.protobuf import descriptor
ImportError: No module named google.protobuf

Heman1310 2010-05-06 17:48

Re: Mypaint-0.7.1 for Fremantle
 
Quote:

Originally Posted by crail (Post 646793)
i got it from devel. it says python protobuf installed, but i still get that error? any ideas?

this is exactly what it says...


~ $ mypaint
Traceback (most recent call last):
File "/usr/bin/mypaint", line 123, in <module>
from gui import main
File "/usr/share/mypaint/gui/main.py", line 15, in <module>
from gui import application
File "/usr/share/mypaint/gui/application.py", line 14, in <module>
import filehandling, keyboard, brushmanager
File "/usr/share/mypaint/gui/filehandling.py", line 18, in <module>
from lib import document, helpers
File "/usr/share/mypaint/lib/document.py", line 17, in <module>
import command, stroke, layer
File "/usr/share/mypaint/lib/command.py", line 9, in <module>
import layer
File "/usr/share/mypaint/lib/layer.py", line 11, in <module>
import tiledsurface, strokemap, strokemap_pb2
File "/usr/share/mypaint/lib/strokemap.py", line 13, in <module>
import tiledsurface, idletask, strokemap_pb2
File "/usr/share/mypaint/lib/strokemap_pb2.py", line 3, in <module>
from google.protobuf import descriptor
ImportError: No module named google.protobuf

Try this:
Open xterminal
sudo gainroot (must have rootsh installed)
mypaint

This worked for me. :)


All times are GMT. The time now is 16:52.

vBulletin® Version 3.8.8