Notices


Reply
Thread Tools
Posts: 10 | Thanked: 0 times | Joined on Apr 2010
#41
The app wont start for me, sadly because it looks like such an awesome app!

My error report looks like this:

Traceback (most recent call last):
File "maelophone.py", line 5, in <module>
from soundstub import MainWindow
File "/home/opt/maelophone/soundstub.py", line 8, in <module>
from pygame import mixer, init as pginit
File "/usr/lib/python2.5/site-packages/pygame/__init__.py", line 188, in <module>
try: import pygame.sndarray
File "/usr/lib/python2.5/site-packages/pygame/sndarray.py", line 73, 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'
 
mikec's Avatar
Posts: 1,366 | Thanked: 1,185 times | Joined on Jan 2006
#42
for some reason it looks like you have pygame missing, which should get pulled in as part of the deps.

have you got extras development enabled?
if so turn it off, and install from extras testing, as there are all sorts of version issues with extras dev.

also try and install maesynth and see if you get the same problem, again from extras testing only.
__________________
N900_Email_Options Wiki Page

Last edited by mikec; 2010-05-11 at 11:46.
 

The Following User Says Thank You to mikec For This Useful Post:
Posts: 10 | Thanked: 0 times | Joined on Apr 2010
#43
I tried reinstall it from extras testing. Still same problem.
Also tried install maesynth, and that just wont start either.
 
mikec's Avatar
Posts: 1,366 | Thanked: 1,185 times | Joined on Jan 2006
#44
sounds like time for a backup and reflash

edit

try in xterm as root
apt-get python-pygame

and let us know what it says
__________________
N900_Email_Options Wiki Page

Last edited by mikec; 2010-05-11 at 09:57.
 
Posts: 93 | Thanked: 21 times | Joined on Jan 2010 @ The Netherlands
#45
Originally Posted by mikec View Post
for some reason it looks like you have pygame missing, which should get pulled in as part of the deps.

have you got extras development enabled?
if so turn it off, and install from extras testing, as there are all sorts of version issues with extras testing.

also try and install maesynth and see if you get the same problem, again from extras testing only.
Nice! After doing this I got to download it. Thanks.
 
Posts: 10 | Thanked: 0 times | Joined on Apr 2010
#46
Originally Posted by mikec View Post
sounds like time for a backup and reflash

edit

try in xterm as root
apt-get python-pygame

and let us know what it says
E: Invalid operation python-pygame
 
mikec's Avatar
Posts: 1,366 | Thanked: 1,185 times | Joined on Jan 2006
#47
apologies
apt-get install python-pygame
__________________
N900_Email_Options Wiki Page
 
Posts: 10 | Thanked: 0 times | Joined on Apr 2010
#48
Haha you got me a little worried there!

"python-pygame is already the newest version."
 
mikec's Avatar
Posts: 1,366 | Thanked: 1,185 times | Joined on Jan 2006
#49
looks like you have some python libs missing. Maybe Khertan or atilla77 might have a better clue what's going on.
__________________
N900_Email_Options Wiki Page
 
mikec's Avatar
Posts: 1,366 | Thanked: 1,185 times | Joined on Jan 2006
#50
just had a look at this, and it looks like a python numpy issue. When I installed numpy I got the same error message as you, so there is ap you have installed that has pulled in python numpy.

do an apt-get remove python-numpy and see what is dependent on it.

I think it might be MyPaint.
__________________
N900_Email_Options Wiki Page
 
Reply


 
Forum Jump


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