View Single Post
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#15
Same problem for me and after a few apt magic I was able to resolve the dependency mess.

But now I have reinstalled python-pygame in order to run Maelophone, Maesynth and Destroids, but none of them work correctly. They all are installed, no broken packages but close after launch.

When I try to run them form terminal with python /path/program_name.py I receive this traceback:

Code:
~ $ python /opt/maesynth/maesynth.py
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'

Last edited by ivgalvez; 2010-08-06 at 06:54.