Active Topics

 



Notices


Reply
Thread Tools
Posts: 562 | Thanked: 1,732 times | Joined on Jan 2010 @ NYC
#131
adancau, missed your update, thank. I just tried reinstalling 0.8 again, but still not working. Neither does start from xterm, unless I'm doing something wrong (very likely..lol)

So after mess'n around for way too long I got it back yyeaahh.

I had the same problem as..

Originally Posted by mthmob View Post
Tried installing from extra-devel. It starts up loading, then closes down again after a few seconds.

I uninstalled and reinstalled these items in this order from the terminal (as root)

1) mypaint uninstalled
2) then remove the .mypaint folder from hom/user/.mypaint
3) libblas3gf liblapack3gf python-numpy uninstalled and then reinstalled
4)reinstalled 0.7.1 from my local folder
5) copy my .mypaint bkup ffolder into hom/user/ dir and now all back to normal.

Of course have backups and always be careful when deleting anything as root. I think thats it. Hope that help someone.

x

Last edited by xman; 2010-05-05 at 18:04.
 
Creativetone's Avatar
Posts: 502 | Thanked: 4,478 times | Joined on Feb 2010 @ Finland
#132
Hi!
I have installed and tested this new version 0.8.2.

MyPaint 0.8.2 crashes almost immediately if I launch it from desktop icon.

BUT like, adancau said:
EDIT2: Apparently if launched from the console it doesn't crash and appears to work fine
... if I launch MyPaint using "sudo gainroot" it not apparently work.. example you can not save your work.. it even crash.

---------------------------------------------------------------------------
if I launch "X Terminal" and type "mypaint" it works perfectly fine?!
---------------------------------------------------------------------------

Overall this version feels amazing speedy!?

I made picture whose size was over 3000x2000px. and there is no
any problem to work with this size! Amazing! Brushes also responds and react very fast.. same is true about zooming and rotating canvas...

..and this is why, I think it could be that CPU running at full speed all the time?! At the end this is not maybe so good thing.
NOTE: This CPU thing is only my guess, nothing else and I hope that I am wrong.

Thanks anders_gud for great work and good luck!

Last edited by Creativetone; 2010-05-05 at 20:37.
 

The Following 2 Users Say Thank You to Creativetone For This Useful Post:
Posts: 139 | Thanked: 88 times | Joined on Dec 2009
#133
WARNING: there are updates to the 8.2 version, but they break things (app not starting anymore)
 

The Following 3 Users Say Thank You to adancau For This Useful Post:
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#134
Ok, this is now official announcement for mypaint on extras-DEVEL.

Content: mypaint 0.8.2-1maemo5
+ hildonization what Anders made for 0.7.1 (with some modifications relating upstream changes)
+ Tone's Brush set
+ Ready tuned Global Pressure (from Tone)

*default directory for scraps, brush and settings is /home/user/.mypaint/


Issues:
*Data is optified, but binary is not. It will eat 1.5M of rootfs (standard maemo-optify doesn't work, there are too many symlink level, installing to /opt might work).
*Not sure what is prerequirements/dependencies and are they handled correctly (I need help for this to push package forward)
*When starting from menu it can crash soon. (Famous service register fault?)

If you think some brushes are not working at all with N900 and are totally useless, let me know and they can be dropped out.

If you have good brushes with compatible license (no idea what it should be, but of course coolest brushes will be offered to upstream) we can take them to package.
 

The Following 5 Users Say Thank You to AapoRantalainen For This Useful Post:
Posts: 176 | Thanked: 149 times | Joined on Dec 2009
#135


was playing with one of tones brushes.
 

The Following User Says Thank You to harp For This Useful Post:
Creativetone's Avatar
Posts: 502 | Thanked: 4,478 times | Joined on Feb 2010 @ Finland
#136
Originally Posted by harp View Post
was playing with one of tones brushes.
Ooo.. he is quite kind demon

Last edited by Creativetone; 2010-05-06 at 04:28. Reason: Image removed.. again... sorry!
 
Posts: 40 | Thanked: 10 times | Joined on Feb 2010
#137
Hey everyone, thanks for mypaint!!! I doodled a little too, so i am sharing the last one and maybe another one if i manage to find it


Here is another one:


As you can see i liked a crayon-like brush too much :P

Last edited by apol657; 2010-05-06 at 05:15.
 

The Following User Says Thank You to apol657 For This Useful Post:
Heman1310's Avatar
Posts: 162 | Thanked: 42 times | Joined on Dec 2009 @ Finland
#138
When I try to run mypaint from terminal I get this error


mypaint
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/numpy/__init__.py", line 132, in <module>
import add_newdocs
File "/usr/lib/python2.5/site-packages/numpy/add_newdocs.py", line 9, in <module>
from lib import add_newdoc
File "/usr/lib/python2.5/site-packages/numpy/lib/__init__.py", line 13, in <module>
from polynomial import *
File "/usr/lib/python2.5/site-packages/numpy/lib/polynomial.py", line 17, in <module>
from numpy.linalg import eigvals, lstsq
File "/usr/lib/python2.5/site-packages/numpy/linalg/__init__.py", line 47, in <module>
from linalg import *
File "/usr/lib/python2.5/site-packages/numpy/linalg/linalg.py", line 22, in <module>
from numpy.linalg import lapack_lite
ImportError: liblapack.so: cannot open shared object file: No such file or directory

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

Traceback (most recent call last):
File "/usr/bin/mypaint", line 112, in <module>
datapath, confpath, localepath = get_paths()
File "/usr/bin/mypaint", line 62, in get_paths
from lib import mypaintlib
File "/usr/share/mypaint/lib/mypaintlib.py", line 7, in <module>
import _mypaintlib
ImportError: numpy.core.multiarray failed to import
~ $
 
Posts: 19 | Thanked: 1 time | Joined on Nov 2009
#139
Originally Posted by Heman1310 View Post
When I try to run mypaint from terminal I get this error


mypaint
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/numpy/__init__.py", line 132, in <module>
import add_newdocs
File "/usr/lib/python2.5/site-packages/numpy/add_newdocs.py", line 9, in <module>
from lib import add_newdoc
File "/usr/lib/python2.5/site-packages/numpy/lib/__init__.py", line 13, in <module>
from polynomial import *
File "/usr/lib/python2.5/site-packages/numpy/lib/polynomial.py", line 17, in <module>
from numpy.linalg import eigvals, lstsq
File "/usr/lib/python2.5/site-packages/numpy/linalg/__init__.py", line 47, in <module>
from linalg import *
File "/usr/lib/python2.5/site-packages/numpy/linalg/linalg.py", line 22, in <module>
from numpy.linalg import lapack_lite
ImportError: liblapack.so: cannot open shared object file: No such file or directory

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

Traceback (most recent call last):
File "/usr/bin/mypaint", line 112, in <module>
datapath, confpath, localepath = get_paths()
File "/usr/bin/mypaint", line 62, in get_paths
from lib import mypaintlib
File "/usr/share/mypaint/lib/mypaintlib.py", line 7, in <module>
import _mypaintlib
ImportError: numpy.core.multiarray failed to import
~ $
Me too :-(
 
Posts: 139 | Thanked: 88 times | Joined on Dec 2009
#140
update to the latest, that fixed it for me. the new one is hildonized too.

@AapoRantalainen:
to be honest i really liked the initial version that had the stripe menu at the top (aka normal pc menu, non hildonized). it makes more sense since you're using your stylus anyway, and you have all the options at a glance, without having to go through two levels of full screen menu.
 
Reply

Tags
mypaint, sketching


 
Forum Jump


All times are GMT. The time now is 06:19.