[Pksampler-devel] [pksampler] Installed but don't start
Status: Beta
Brought to you by:
patrickkidd
From: mariodebian <mar...@gm...> - 2005-02-26 00:11:34
|
Hi, I'm Mario from Spain. Today I discover this proyect and I like very much, since I only use Debian, i need something like propellerheads-REASON, only for fun!! I have installed pkaudio and pksampler (0.2-rc2) with some problems but have installed correctly in debian sarge. I had to copy pkaudio.py and PKAudio.py manually to /usr/lib/python2.3/ to compile pksampler. ¿it's necesary? If I don't copy this files the pksampler make install don't work: An internal error occured. Please report all the output of the program, including the following traceback, to pat...@gc.... Traceback (most recent call last): File "install.py", line 396, in ? main() File "install.py", line 364, in main installPKSampler() File "install.py", line 259, in installPKSampler if not checkForPKAudio(): File "install.py", line 158, in checkForPKAudio pkaudiod_version = output[0][9:] IndexError: list index out of range make: *** [install] Error 1 Then, I start pksampler, splash work, but pksampler crash: # pksampler Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed pkaudiod: pkaudiod version 0.2 pkaudiod: Found 0 midi device(s). pkaudiod: Found 2 alsa device(s). pkaudiod: Running with realtime priority. pkaudiod: Connected to client PKSampler: Broadcasting for other hosts... PKSampler: Listening for host to come up... PKSampler: Found 0 hosts. Traceback (most recent call last): File "pksampler/pksampler.py", line 212, in <module> main() File "pksampler/pksampler.py", line 168, in main pksampler.fillWidgetCache() File "pksampler/MainWindow.py", line 488, in fillWidgetCache self.sampleWidgetCache.fill() File "pksampler/MainWindow.py", line 278, in fill self.put(SampleWidget.SampleWidget()) File "pksampler/SampleWidget.py", line 555, in __init__ self.sampleControl = SampleControl() File "pksampler/SampleControl.py", line 78, in __init__ self.splitter = PKAudio.Splitter() File "/usr/lib/python2.3/PKAudio.py", line 286, in __init__ pkaudio.loadModule('pksplitter') File "/usr/lib/python2.3/pkaudio.py", line 531, in loadModule search_paths = MODDIR+':'+os.environ["LD_LIBRARY_PATH"] File "/usr/lib/python2.3/UserDict.py", line 19, in __getitem__ def __getitem__(self, key): return self.data[key] KeyError: 'LD_LIBRARY_PATH' pkaudiod: Closing connection Exception exceptions.AttributeError: <exceptions.AttributeError instance at 0x423f21cc> in <bound method SampleControl.__del__ of <SampleControl.SampleControl object at 0x423fe29c>> ignored Exception exceptions.AttributeError: "'NoneType' object has no attribute 'removeAllForTrack'" in <bound method SampleWidget.__del__ of <SampleWidget.SampleWidget object at 0x423fe2cc>> ignored In sourceforge list the first message is one month ago, how many time is this proyect? Where is pkstudio? I don't know about python but I like to help if you want... If I run pksampler, I would make debian package... Bye -- mariodebian <mar...@gm...> |