El jue, 01-01-2009 a las 22:48 +0100, Duncan Webb escribió:
> Ignacio Quezada wrote:
> > Hi! I was updating my Freevo to svn 1.x and kaa svn.
> > 
> > 
> > [setup] Entering kaa submodule base
> > + glib >= 2.4.0 found; building kaa.db
> > + inotify supported by glibc; good.
> > running install
> > running build
> > running build_py
> > running build_ext
> > running install_lib
> > writing byte-compilation script '/tmp/tmpWXNk2-.py'
> > /usr/bin/python -O /tmp/tmpWXNk2-.py
> > removing /tmp/tmpWXNk2-.py
> > running install_egg_info
> > Removing /opt/lib/python2.5/site-packages/kaa_base-0.6.0-py2.5.egg-info
> > Writing /opt/lib/python2.5/site-packages/kaa_base-0.6.0-py2.5.egg-info
> > [setup] Leaving kaa submodule base
> > [setup] Entering kaa submodule imlib2
> > POSIX shared memory enabled
> > running install
> > running build
> > running build_py
> > running build_ext
> > running install_lib
> > writing byte-compilation script '/tmp/tmp8w63Z7.py'
> > /usr/bin/python -O /tmp/tmp8w63Z7.py
> > removing /tmp/tmp8w63Z7.py
> > running install_egg_info
> > Removing /opt/lib/python2.5/site-packages/kaa_imlib2-0.2.4-py2.5.egg-info
> > Writing /opt/lib/python2.5/site-packages/kaa_imlib2-0.2.4-py2.5.egg-info
> > [setup] Leaving kaa submodule imlib2
> > [setup] Entering kaa submodule display
> > checking for X11 ... ok
> > checking for imlib2 >= 1.1.1 ... 1.4.2
> > checking for pygame ... 
> > Traceback (most recent call last):
> >   File "setup.py", line 90, in <module>
> >     
> >   File "setup.py", line 63, in <module>
> >     import pygame
> >   File "//usr/lib/python2.5/site-packages/pygame/__init__.py", line 185,
> > in <module>
> >     try: import pygame.surfarray
> >   File "//usr/lib/python2.5/site-packages/pygame/surfarray.py", line 76,
> > in <module>
> >     import pygame._numpysurfarray as numpysf
> >   File "//usr/lib/python2.5/site-packages/pygame/_numpysurfarray.py",
> > line 48, in <module>
> >     import numpy
> >   File "/usr/lib/python2.5/site-packages/numpy/__init__.py", line 37, in
> > <module>
> >     import testing
> >   File "/usr/lib/python2.5/site-packages/numpy/testing/__init__.py",
> > line 3, in <module>
> >     from numpytest import *
> >   File "/usr/lib/python2.5/site-packages/numpy/testing/numpytest.py",
> > line 19, in <module>
> >     from numpy.distutils.exec_command import splitcmdline
> >   File "/usr/lib/python2.5/site-packages/numpy/distutils/__init__.py",
> > line 6, in <module>
> >     import ccompiler
> >   File "/usr/lib/python2.5/site-packages/numpy/distutils/ccompiler.py",
> > line 393, in <module>
> >     setattr(getattr(_m, _cc+'compiler'), 'gen_lib_options',
> > AttributeError: 'module' object has no attribute 'unixccompiler'
> > 
> > Any idea?
> 
> Looks like numpy is not correctly installed, this used to be called Numeric.
> 
> But this is just a guess.
> 
> Duncan
> 

Solved :D
I build it a lot of times, I'm using Gentoo. The problem was that gentoo
sets as stable numpy version 1.0.4, I've set the unstable flag and
installed numpy-1.2.1. Everything works fine now. Thanks.

Attachment: signature.asc
Description: Esta parte del mensaje está firmada digitalmente

------------------------------------------------------------------------------
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to