View Single Post
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#135
Originally Posted by impeham View Post
confpath = /root/.mypaint/
Do not run it under 'root'-user.


Originally Posted by impeham View Post
I had a few problems making this application work so i tried reinstalling it.
Are you talking about version mypaint-0.9.1-maemo7 ?


Originally Posted by impeham View Post
ImportError: No module named _numpy
Seems it lacks package python-numpy. Installing mypaint force-installs also python-numpy (Which means you need magic to install mypaint without python-numpy). Check do you have it installed (latest version is 1:1.4.0-1maemo4).

You can also check does your python have problem to see numpy: Write python, enter and then import numpy, it should look like this:
Code:
python
Python 2.5.4 (r254:67916, May 17 2010, 21:00:32) 
[GCC 4.2.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>>
 

The Following 3 Users Say Thank You to AapoRantalainen For This Useful Post: