![]() |
2010-05-05
, 18:28
|
|
Posts: 502 |
Thanked: 4,478 times |
Joined on Feb 2010
@ Finland
|
#132
|
EDIT2: Apparently if launched from the console it doesn't crash and appears to work fine
![]() |
2010-05-05
, 21:39
|
Posts: 139 |
Thanked: 88 times |
Joined on Dec 2009
|
#133
|
The Following 3 Users Say Thank You to adancau For This Useful Post: | ||
![]() |
2010-05-06
, 00:16
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#134
|
The Following 5 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
![]() |
2010-05-06
, 04:27
|
|
Posts: 502 |
Thanked: 4,478 times |
Joined on Feb 2010
@ Finland
|
#136
|
![]() |
2010-05-06
, 05:03
|
Posts: 40 |
Thanked: 10 times |
Joined on Feb 2010
|
#137
|
The Following User Says Thank You to apol657 For This Useful Post: | ||
![]() |
2010-05-06
, 05:24
|
|
Posts: 162 |
Thanked: 42 times |
Joined on Dec 2009
@ Finland
|
#138
|
![]() |
2010-05-06
, 05:38
|
Posts: 19 |
Thanked: 1 time |
Joined on Nov 2009
|
#139
|
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
~ $
![]() |
2010-05-06
, 06:00
|
Posts: 139 |
Thanked: 88 times |
Joined on Dec 2009
|
#140
|
So after mess'n around for way too long I got it back yyeaahh.
I had the same problem as..
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.