Hoy intente instalar Pilas en mi pc (uso Ubuntu 11.10), y en la instalacion todo salio bien, o al menos eso creo, porque cuando intento hacer lo de pilas.iniciar() (despues de abrir python, y poner import pilas), me sale esto:
Usuario@Computador:~$ python
Python 2.7.2+ (default, Oct 4 2011, 20:03:08)
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pilas
>>> pilas.iniciar()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/pilas-0.66-py2.7.egg/pilas/__init__.py", line 75, in iniciar
motor = _crear_motor(usar_motor)
File "/usr/local/lib/python2.7/dist-packages/pilas-0.66-py2.7.egg/pilas/__init__.py", line 123, in _crear_motor
from motores import motor_qt
File "/usr/local/lib/python2.7/dist-packages/pilas-0.66-py2.7.egg/pilas/motores/motor_qt.py", line 14, in <module>
from PyQt4.phonon import Phonon
ImportError: No module named phonon
>>>
Este es el tutorial que use: http://www.pilas-engine.com.ar/doc/tuto ... _11_04.rst
Si estoy haciendo algo mal, por favor avisenme.
Gracias de antemano
