by skralljt on Sun Nov 16, 2008 11:26 pm
I installed everything successfully from source (aldrin and libzzub) with no errors on xubuntu 8.10 but kept getting this error when run from cli: RtApiOss::getDeviceInfo: no devices found!
So I tried installing from mercurial, and then I get this error:
File "/usr/local/share/aldrin/components/driver.py", line 100, in __init__
self.init()
File "/usr/local/share/aldrin/components/driver.py", line 133, in init
self.driver = zzub.Audiodriver.create(player)
AttributeError: 'module' object has no attribute 'Audiodriver'
I have both jackd and alsa installed, so I don't know why it wouldn't find an audio driver.
This error pops up: Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/aldrin/com.py", line 158, in get
obj = class_(*args,**kwargs)
File "/usr/local/share/aldrin/components/player.py", line 137, in __init__
Player.__init__(self, Player.create())
AttributeError: type object 'Player' has no attribute 'create'
and a second error pops up after I click ok:
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/aldrin/com.py", line 158, in get
obj = class_(*args,**kwargs)
File "/usr/local/share/aldrin/components/driver.py", line 100, in __init__
self.init()
File "/usr/local/share/aldrin/components/driver.py", line 133, in init
self.driver = zzub.Audiodriver.create(player)
AttributeError: 'module' object has no attribute 'Audiodriver'
and then several other plugin component error messages pop up about how it couldn't make midi or something like that. Jack Control is humming away!