-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. download the svn
2. run the lindroidnotifier.py
What is the expected output? What do you see instead?
boot of the program, error and exit
What version of the product are you using? On what operating system?
Latest, svn from today on Ubuntu 10.04 with python 2.6.5
Please provide any additional information below.
junke@junke-eee:~/lindroid/android-notifier-read-only/LinDroidNotifier/androidno
tifier$ python lindroidnotifier.py
Traceback (most recent call last):
File "lindroidnotifier.py", line 13, in <module>
from manager import NotificationManager
File "/home/junke/lindroid/android-notifier-read-only/LinDroidNotifier/androidnotifier/manager.py", line 16, in <module>
from actions.mute import MuteAction
File "/home/junke/lindroid/android-notifier-read-only/LinDroidNotifier/androidnotifier/actions/mute.py", line 6, in <module>
import alsaaudio
ImportError: No module named alsaaudio
Original issue reported on code.google.com by pat.vdl...@gmail.com on 25 Jun 2010 at 4:33
Reactions are currently unavailable