Notices


Reply
Thread Tools
Posts: 96 | Thanked: 18 times | Joined on Nov 2008
#1
Hello

I have flashed my N900 and tried to install Maesynth App , the App dose not open by clicking on it , my n900 trys to open it but after while nothing happend . I need to run a command line thru xterminal to start the App and if there is something missing to know wht is it .. By the way the App used to work fine it just stopped after reflashing n900 .

thx
 
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#2
Try to launch it from terminal by typing:

Code:
python /opt/maesynth/maesynth.py
If it doesn't work it could be because Numpy got broken in Devel. See this post.

If you receive this error messages:

Code:
Traceback (most recent call last):
File "/opt/maesynth/maesynth.py", line 6, in <module>
from soundstub import MainWindow
File "/opt/maesynth/soundstub.py", line 7, in <module>
from pygame import mixer, init as pginit, error as pgerror, get_error as pgget_error
File "/usr/lib/python2.5/site-packages/pygame/__init__.py", line 254, in <module>
try: import pygame.sndarray
File "/usr/lib/python2.5/site-packages/pygame/sndarray.py", line 66, in <module>
import pygame._numpysndarray as numpysnd
File "/usr/lib/python2.5/site-packages/pygame/_numpysndarray.py", line 38, in <module>
import numpy
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 11, in <module>
import numpy.core.numeric as NX
AttributeError: 'module' object has no attribute 'core'
You can fix it creating symbolic links from the terminal. You need to install package 'rootsh' and type this instruction (credit to zeitlichkeit):

Code:
root
cd /usr/lib
ln -s libblas.so.3gf libblas.so
ln -s liblapack.so.3gf liblapack.so
Hope this work for you.
 
Posts: 96 | Thanked: 18 times | Joined on Nov 2008
#3
Thank you ivgalvez , Yes i got that error and the soluation you provided worked for me Very Good. Thx to zeitlichkeit also
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:59.