![]() |
2010-05-10
, 20:38
|
|
Posts: 1,366 |
Thanked: 1,185 times |
Joined on Jan 2006
|
#42
|
The Following User Says Thank You to mikec For This Useful Post: | ||
![]() |
2010-05-11
, 08:32
|
Posts: 10 |
Thanked: 0 times |
Joined on Apr 2010
|
#43
|
![]() |
2010-05-11
, 09:40
|
|
Posts: 1,366 |
Thanked: 1,185 times |
Joined on Jan 2006
|
#44
|
![]() |
2010-05-11
, 09:50
|
Posts: 93 |
Thanked: 21 times |
Joined on Jan 2010
@ The Netherlands
|
#45
|
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.
![]() |
2010-05-11
, 12:22
|
Posts: 10 |
Thanked: 0 times |
Joined on Apr 2010
|
#46
|
![]() |
2010-05-11
, 12:30
|
|
Posts: 1,366 |
Thanked: 1,185 times |
Joined on Jan 2006
|
#47
|
![]() |
2010-05-11
, 13:19
|
Posts: 10 |
Thanked: 0 times |
Joined on Apr 2010
|
#48
|
![]() |
2010-05-11
, 18:41
|
|
Posts: 1,366 |
Thanked: 1,185 times |
Joined on Jan 2006
|
#49
|
![]() |
2010-05-11
, 21:19
|
|
Posts: 1,366 |
Thanked: 1,185 times |
Joined on Jan 2006
|
#50
|
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'