pksampler-devel Mailing List for the pksampler project (Page 4)
Status: Beta
Brought to you by:
patrickkidd
You can subscribe to this list here.
2005 |
Jan
|
Feb
(28) |
Mar
(12) |
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
(34) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(3) |
Feb
(4) |
Mar
|
Apr
(13) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Patrick S. <pat...@gc...> - 2005-02-23 19:53:28
|
Does the mixerslider work in this one? from pksampler.PovWidgets import * def p(i): print i a =3D QApplication([]) w =3D MixerSlider('mixerslider') w.setValue(64) b =3D QPushButton('quit', None) QObject.connect(w, SIGNAL('valueChanged(int)'), p) QObject.connect(b, SIGNAL('clicked()'), a.quit) b.show() w.show() w.resize(50,50) a.setMainWidget(b) a.exec_loop() On Tuesday 22 February 2005 04:54 pm, you wrote: > Hi Patrick. I did the test and all works well. No problem with both ima= ges. > I still can't use Pksampler cause pixmap are not usable... ;-( > > Alle 08:36, luned=EC 21 febbraio 2005, hai scritto: > > here is a basic test to see if you are having problems with qt or pyq= t > > and embedded images or read right images from disk. > > > > just put all of them in the same directory, and run png.py. If the im= age > > is the same in both windows (which have appropriate captions), then y= our > > qt system is compatible with mine. > > > > I got the pksampler to work fine with Fedora3, with only a couple of > > small modifications. > > > > let me know. I'm ready to release. |
From: Patrick S. <pat...@gc...> - 2005-02-23 01:20:29
|
wierd. I suppose the only way to take it from here is for me to first wri= te=20 something that uses the embedded_pixmaps.py that pksampler uses, and if t= hat=20 works, for you to break down the widget classes one by one on you platfor= m.=20 Everything seems to work on Fedora 3. On Tuesday 22 February 2005 04:54 pm, J_Zar, Gianluca Romanin wrote: > Hi Patrick. I did the test and all works well. No problem with both ima= ges. > I still can't use Pksampler cause pixmap are not usable... ;-( > > Alle 08:36, luned=EC 21 febbraio 2005, hai scritto: > > here is a basic test to see if you are having problems with qt or pyq= t > > and embedded images or read right images from disk. > > > > just put all of them in the same directory, and run png.py. If the im= age > > is the same in both windows (which have appropriate captions), then y= our > > qt system is compatible with mine. > > > > I got the pksampler to work fine with Fedora3, with only a couple of > > small modifications. > > > > let me know. I'm ready to release. |
From: J_Zar, G. R. <j_...@op...> - 2005-02-16 10:23:59
|
Alle 20:23, mercoled=EC 16 febbraio 2005, hai scritto: > pixmaps on your desktop? what do you mean? > Sorry, I mean PKSampler pixmaps... I attached a snapshot to show the proble= m. > I will fix the LD_LIBRARY_PATH problem. > > On Tuesday 15 February 2005 07:05 pm, you wrote: > > Solved: > > > > export LD_LIBRARY_PATH=3D/usr/lib:/usr/local/lib > > > > Probably LD_LIBRARY_PATH, which usually is a link to the QTDIR/lib > > repository, strikes the execution. How to determine the instance of the > > problem? The install.py script should determine if LD_LIBRARY_PATH is s= et > > and if there is a discrepancy beetween Qt and LD_LIBRARY_PATH, I think. > > > > The next issue: pixmaps on my desktop are not loaded in a clean way. > > There is no possibility to work so.... I attach a snapshot. =2D-=20 J_Zar Gianluca Romanin ---------------- See you at OpenJay.org |
From: J_Zar, G. R. <j_...@op...> - 2005-02-16 10:20:52
|
Alle 21:01, mercoled=EC 16 febbraio 2005, Patrick Stinson ha scritto: > what version of qt do you have? > Qt is 3.3.3 > oh, and don't forget to post to the mailing list instead of directly to m= e, > unless you are sending a bunch of data. > > On Wednesday 16 February 2005 12:26 pm, Patrick Stinson wrote: > > What did you change with the install.py? > > > > and I think that people sending me packages is sort of > > counter-productive. I hold the current repository, and it is quite a bit > > of work to merge your changes with mine unless they are described > > explicitly. > > > > This is good, though, thanks for the help. > > > > On Tuesday 15 February 2005 06:46 pm, you wrote: > > > I fixed pkaudio as I already wrote and I also fixed the Readme cause = it > > > is the issue I was... "python setup.py install" is not right now! ;-)= I > > > attach my package. > > > > > > I compiled pksampler correctly too... I attach my install.py. > > > > > > A bug occurred on startup although... Traceback: > > > -------------------------------------------------------------- > > > > > > bash-2.05b$ pksampler > > > pkaudiod: pkaudiod version 0.2 > > > pkaudiod: Found 0 midi device(s). > > > pkaudiod: Found 1 alsa device(s). > > > pkaudiod: Running with realtime priority. > > > pkaudiod: Could not bind to port. > > > PKSampler: Broadcasting for other hosts... > > > PKSampler: Found 0 hosts. > > > PKSampler: Listening for host to come up... > > > Traceback (most recent call last): > > > File "pksampler/pksampler.py", line 212, in <module> > > > File "pksampler/pksampler.py", line 168, in main > > > File "pksampler/MainWindow.py", line 488, in fillWidgetCache > > > File "pksampler/MainWindow.py", line 278, in fill > > > File "pksampler/SampleWidget.py", line 555, in __init__ > > > File "pksampler/SampleControl.py", line 78, in __init__ > > > File "/usr/lib/python2.3/site-packages/PKAudio.py", line 286, in > > > __init__ pkaudio.loadModule('pksplitter') > > > File "/usr/lib/python2.3/site-packages/pkaudio.py", line 531, in > > > loadModule search_paths =3D 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' > > > Exception exceptions.AttributeError: <exceptions.AttributeError > > > instance at 0xb5989c4c> in <bound method SampleControl.__del__ of > > > <SampleControl.SampleControl instance at 0xb59777ec>> ignored > > > Exception exceptions.AttributeError: "'NoneType' object has no > > > attribute 'removeAllForTrack'" in <bound method SampleWidget.__del__ = of > > > <SampleWidget.SampleWidget instance at 0xb597774c>> ignored > > > ---------------------------------------------------------------------= =2D- > > >-- - > > > > > > I'm starting pkaudio without my USB 5.1 card plugged but only with a > > > stereo integrated card. This is probably not enough to test pksampler > > > but it is quite uncorrect a crash on startup, if this is the problem.= =2E. > > > > > > Ciao > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick > > _______________________________________________ > > Pksampler-devel mailing list > > Pks...@li... > > https://lists.sourceforge.net/lists/listinfo/pksampler-devel > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick > _______________________________________________ > Pksampler-devel mailing list > Pks...@li... > https://lists.sourceforge.net/lists/listinfo/pksampler-devel =2D-=20 J_Zar Gianluca Romanin ---------------- See you at OpenJay.org |
From: J_Zar, G. R. <j_...@op...> - 2005-02-16 10:20:16
|
Alle 20:26, mercoled=EC 16 febbraio 2005, Patrick Stinson ha scritto: > What did you change with the install.py? > from line 155 to line 169 there are 2 stupid changes. > and I think that people sending me packages is sort of counter-productive. > I hold the current repository, and it is quite a bit of work to merge your > changes with mine unless they are described explicitly. > > This is good, though, thanks for the help. > > On Tuesday 15 February 2005 06:46 pm, you wrote: > > I fixed pkaudio as I already wrote and I also fixed the Readme cause it > > is the issue I was... "python setup.py install" is not right now! ;-) I > > attach my package. > > > > I compiled pksampler correctly too... I attach my install.py. > > > > A bug occurred on startup although... Traceback: > > -------------------------------------------------------------- > > > > bash-2.05b$ pksampler > > pkaudiod: pkaudiod version 0.2 > > pkaudiod: Found 0 midi device(s). > > pkaudiod: Found 1 alsa device(s). > > pkaudiod: Running with realtime priority. > > pkaudiod: Could not bind to port. > > PKSampler: Broadcasting for other hosts... > > PKSampler: Found 0 hosts. > > PKSampler: Listening for host to come up... > > Traceback (most recent call last): > > File "pksampler/pksampler.py", line 212, in <module> > > File "pksampler/pksampler.py", line 168, in main > > File "pksampler/MainWindow.py", line 488, in fillWidgetCache > > File "pksampler/MainWindow.py", line 278, in fill > > File "pksampler/SampleWidget.py", line 555, in __init__ > > File "pksampler/SampleControl.py", line 78, in __init__ > > File "/usr/lib/python2.3/site-packages/PKAudio.py", line 286, in > > __init__ pkaudio.loadModule('pksplitter') > > File "/usr/lib/python2.3/site-packages/pkaudio.py", line 531, in > > loadModule search_paths =3D 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' > > Exception exceptions.AttributeError: <exceptions.AttributeError instance > > at 0xb5989c4c> in <bound method SampleControl.__del__ of > > <SampleControl.SampleControl instance at 0xb59777ec>> ignored > > Exception exceptions.AttributeError: "'NoneType' object has no attribute > > 'removeAllForTrack'" in <bound method SampleWidget.__del__ of > > <SampleWidget.SampleWidget instance at 0xb597774c>> ignored > > -----------------------------------------------------------------------= =2D- > >- > > > > I'm starting pkaudio without my USB 5.1 card plugged but only with a > > stereo integrated card. This is probably not enough to test pksampler b= ut > > it is quite uncorrect a crash on startup, if this is the problem... > > > > Ciao > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick > _______________________________________________ > Pksampler-devel mailing list > Pks...@li... > https://lists.sourceforge.net/lists/listinfo/pksampler-devel =2D-=20 J_Zar Gianluca Romanin ---------------- See you at OpenJay.org |
From: Patrick S. <pat...@gc...> - 2005-02-16 03:22:39
|
what version of qt do you have? oh, and don't forget to post to the mailing list instead of directly to me, unless you are sending a bunch of data. On Wednesday 16 February 2005 12:26 pm, Patrick Stinson wrote: > What did you change with the install.py? > > and I think that people sending me packages is sort of counter-productive. > I hold the current repository, and it is quite a bit of work to merge your > changes with mine unless they are described explicitly. > > This is good, though, thanks for the help. > > On Tuesday 15 February 2005 06:46 pm, you wrote: > > I fixed pkaudio as I already wrote and I also fixed the Readme cause it > > is the issue I was... "python setup.py install" is not right now! ;-) I > > attach my package. > > > > I compiled pksampler correctly too... I attach my install.py. > > > > A bug occurred on startup although... Traceback: > > -------------------------------------------------------------- > > > > bash-2.05b$ pksampler > > pkaudiod: pkaudiod version 0.2 > > pkaudiod: Found 0 midi device(s). > > pkaudiod: Found 1 alsa device(s). > > pkaudiod: Running with realtime priority. > > pkaudiod: Could not bind to port. > > PKSampler: Broadcasting for other hosts... > > PKSampler: Found 0 hosts. > > PKSampler: Listening for host to come up... > > Traceback (most recent call last): > > File "pksampler/pksampler.py", line 212, in <module> > > File "pksampler/pksampler.py", line 168, in main > > File "pksampler/MainWindow.py", line 488, in fillWidgetCache > > File "pksampler/MainWindow.py", line 278, in fill > > File "pksampler/SampleWidget.py", line 555, in __init__ > > File "pksampler/SampleControl.py", line 78, in __init__ > > File "/usr/lib/python2.3/site-packages/PKAudio.py", line 286, in > > __init__ pkaudio.loadModule('pksplitter') > > File "/usr/lib/python2.3/site-packages/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' > > Exception exceptions.AttributeError: <exceptions.AttributeError instance > > at 0xb5989c4c> in <bound method SampleControl.__del__ of > > <SampleControl.SampleControl instance at 0xb59777ec>> ignored > > Exception exceptions.AttributeError: "'NoneType' object has no attribute > > 'removeAllForTrack'" in <bound method SampleWidget.__del__ of > > <SampleWidget.SampleWidget instance at 0xb597774c>> ignored > > ------------------------------------------------------------------------- > >- > > > > I'm starting pkaudio without my USB 5.1 card plugged but only with a > > stereo integrated card. This is probably not enough to test pksampler but > > it is quite uncorrect a crash on startup, if this is the problem... > > > > Ciao > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Pksampler-devel mailing list > Pks...@li... > https://lists.sourceforge.net/lists/listinfo/pksampler-devel |
From: Patrick S. <pat...@gc...> - 2005-02-16 02:46:54
|
What did you change with the install.py? and I think that people sending me packages is sort of counter-productive. I hold the current repository, and it is quite a bit of work to merge your changes with mine unless they are described explicitly. This is good, though, thanks for the help. On Tuesday 15 February 2005 06:46 pm, you wrote: > I fixed pkaudio as I already wrote and I also fixed the Readme cause it is > the issue I was... "python setup.py install" is not right now! ;-) > I attach my package. > > I compiled pksampler correctly too... I attach my install.py. > > A bug occurred on startup although... Traceback: > -------------------------------------------------------------- > > bash-2.05b$ pksampler > pkaudiod: pkaudiod version 0.2 > pkaudiod: Found 0 midi device(s). > pkaudiod: Found 1 alsa device(s). > pkaudiod: Running with realtime priority. > pkaudiod: Could not bind to port. > PKSampler: Broadcasting for other hosts... > PKSampler: Found 0 hosts. > PKSampler: Listening for host to come up... > Traceback (most recent call last): > File "pksampler/pksampler.py", line 212, in <module> > File "pksampler/pksampler.py", line 168, in main > File "pksampler/MainWindow.py", line 488, in fillWidgetCache > File "pksampler/MainWindow.py", line 278, in fill > File "pksampler/SampleWidget.py", line 555, in __init__ > File "pksampler/SampleControl.py", line 78, in __init__ > File "/usr/lib/python2.3/site-packages/PKAudio.py", line 286, in __init__ > pkaudio.loadModule('pksplitter') > File "/usr/lib/python2.3/site-packages/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' > Exception exceptions.AttributeError: <exceptions.AttributeError instance at > 0xb5989c4c> in <bound method SampleControl.__del__ of > <SampleControl.SampleControl instance at 0xb59777ec>> ignored > Exception exceptions.AttributeError: "'NoneType' object has no attribute > 'removeAllForTrack'" in <bound method SampleWidget.__del__ of > <SampleWidget.SampleWidget instance at 0xb597774c>> ignored > -------------------------------------------------------------------------- > > I'm starting pkaudio without my USB 5.1 card plugged but only with a stereo > integrated card. This is probably not enough to test pksampler but it is > quite uncorrect a crash on startup, if this is the problem... > > Ciao |
From: Patrick S. <pat...@gc...> - 2005-02-16 00:12:58
|
On Tuesday 15 February 2005 02:40 pm, you wrote: > The right install.py code mod: > > # check the version > output =3D execCmd(ver_cmd).split()[0] > try: > pkaudiod_version =3D output.replace('pkaudiod-', '') > except IndexError: > PK_CERR("Got wierd output for 'pkaudiod -v': %s" % output) > return False > if pkaudiod_version =3D=3D VERSION: > print "Found pkaudiod version %s" % pkaudiod_version > else: > msg =3D "PKSampler requires pkaudiod-%s (found %s)" > PK_CERR(msg % (VERSION, pkaudiod_version)) > return False > > The problem now is that pkaudio has setup.py set to 0 byte in the packa= ges > I have. So the pkaudio python module is not installed. Where should be = set? actually, there hsould not be a setup.py, that was an old idea I had. jus= t=20 delete it. the install.py should install everything. install.py outputs t= he=20 what it installs to stdout, too. > > Another bug in your install.py script could be: > > # where wrapper scripts are installed > BINDIR =3D '/usr/local/bin' what's wrong with this? > > If I configure pkaudio with --prefix=3D/mypath the script will find pka= udio? --prefix=3D[path] does nothing for detecting anything. In fact, nothing f= rom=20 pkaudio has to be "found" to do any part of the installation. --prefix ju= st=20 sets where the binaries, includes, and libraries are installed, just like= =20 most all source packages. if the prefix is set to /usr/local, bins, libs,= and=20 includes are installed in /usr/local/bin, /usr/local/lib,=20 and /usr/local/include, respectively. > > Alle 14:37, mercoled=EC 16 febbraio 2005, hai scritto: > > I'm taking off right now for about 45minutes, but before I go: > > > > good work. I have fixed pkaudio, I'll retain that copy until there ar= e > > some more fixes in it. this is good, we're making headway.. > > > > yeah, just change that install.py part to: > > > > # check the version > > output =3D execCmd(ver_cmd).split()[0] > > try: > > pkaudiod_version =3D output.replace('pkaudio-', '') > > except IndexError: > > PK_CERR("Got wierd output for 'pkaudiod -v': %s" % output) > > return False > > > > I've attatched my pksampler/install.py > > > > On Tuesday 15 February 2005 01:35 pm, you wrote: > > > Alle 14:06, mercoled=EC 16 febbraio 2005, Patrick Stinson ha scritt= o: > > > > I've got to go apply for a job. shouldn't be long if you want tp = do > > > > more debugging. I'm only getting 256k here, so I've been download= ing > > > > fedora 3 for a few days... > > > > > > Ok. Have you already fixed PKAudio as I suggested? > > > I think the issue in the PKSampler installer script is here: > > > > > > # check the version > > > output =3D execCmd(ver_cmd).split() > > > pkaudiod_version =3D output[0][9:] > > > > > > I don't know python but I can suppose that line, > > > > > > pkaudiod_version =3D output[0][9:] > > > > > > splits the output "pkaudio-0.2" in a wrong way. > > > Could it be? |
From: Patrick S. <pat...@gc...> - 2005-02-14 23:45:07
|
Sure. no problem. is CET - Central European - Italy? On Monday 14 February 2005 04:42 pm, you wrote: > Alle 17:14, marted=EC 15 febbraio 2005, Patrick Stinson ha scritto: > > Do you know any python? > > No. Sorry. > > > what is the output of "pkaudio -v" > > Maybe "pkaudiod -v"? > pkaudiod-0.2 > > Sorry Patrick... I'm actually falling asleep over my laptop... zzz... W= e > should set the problem tomorrow. A good time to do that is at 20:00 CE= T, > I think 12:00 / 13:00 of your locale time. Ok? > > Ciao e notte! > > > On Monday 14 February 2005 04:16 pm, J_Zar, Gianluca Romanin wrote: > > > Attach the traceback: > > > ----------------------------------------------------------------- > > > > > > Installing pksampler-0.2 ... > > > Looking for sudo: /usr/bin/sudo > > > > > > >> Checking for Qt ... > > > > > > Found Qt version 3.3.3, PyQt version 3.12 > > > > > > >> Checking for pkaudio ... > > > > > > 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 =3D output[0][9:] > > > IndexError: list index out of range > > > > > > > > > Ciao! > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real use= rs. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick > > _______________________________________________ > > Pksampler-devel mailing list > > Pks...@li... > > https://lists.sourceforge.net/lists/listinfo/pksampler-devel |
From: Patrick S. <pat...@gc...> - 2005-02-14 23:42:35
|
what I really need is another machine to test on. I'm going to see if I can cram a Fedora 3 install on my other machine. feel free to hack through pksampler-0.2/install.py. it's fairly straight forward. On Tuesday 15 February 2005 09:10 am, Patrick Stinson wrote: > ---------- Forwarded Message ---------- > > Subject: PKSampler install error > Date: Monday 14 February 2005 04:16 pm > From: "J_Zar, Gianluca Romanin" <j_...@op...> > To: Patrick Stinson <pat...@gc...>, PKSampler List > <pks...@li...> > > Attach the traceback: > ----------------------------------------------------------------- > > Installing pksampler-0.2 ... > Looking for sudo: /usr/bin/sudo > > >> Checking for Qt ... > > Found Qt version 3.3.3, PyQt version 3.12 > > >> Checking for pkaudio ... > > 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 > > > Ciao! > -- > > > J_Zar > Gianluca Romanin > ---------------- > See you at OpenJay.org > > ------------------------------------------------------- > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Pksampler-devel mailing list > Pks...@li... > https://lists.sourceforge.net/lists/listinfo/pksampler-devel |
From: J_Zar, G. R. <j_...@op...> - 2005-02-14 23:42:18
|
Alle 17:14, marted=EC 15 febbraio 2005, Patrick Stinson ha scritto: > Do you know any python? > No. Sorry. > what is the output of "pkaudio -v" > Maybe "pkaudiod -v"? pkaudiod-0.2 Sorry Patrick... I'm actually falling asleep over my laptop... zzz... We=20 should set the problem tomorrow. A good time to do that is at 20:00 CET, I think 12:00 / 13:00 of your locale time. Ok? Ciao e notte! > On Monday 14 February 2005 04:16 pm, J_Zar, Gianluca Romanin wrote: > > Attach the traceback: > > ----------------------------------------------------------------- > > > > Installing pksampler-0.2 ... > > Looking for sudo: /usr/bin/sudo > > > > >> Checking for Qt ... > > > > Found Qt version 3.3.3, PyQt version 3.12 > > > > >> Checking for pkaudio ... > > > > 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 =3D output[0][9:] > > IndexError: list index out of range > > > > > > Ciao! > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick > _______________________________________________ > Pksampler-devel mailing list > Pks...@li... > https://lists.sourceforge.net/lists/listinfo/pksampler-devel =2D-=20 J_Zar Gianluca Romanin ---------------- See you at OpenJay.org |
From: Patrick S. <pat...@gc...> - 2005-02-14 23:25:55
|
Do you know any python? what is the output of "pkaudio -v" On Monday 14 February 2005 04:16 pm, J_Zar, Gianluca Romanin wrote: > Attach the traceback: > ----------------------------------------------------------------- > > Installing pksampler-0.2 ... > Looking for sudo: /usr/bin/sudo > > >> Checking for Qt ... > > Found Qt version 3.3.3, PyQt version 3.12 > > >> Checking for pkaudio ... > > 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 > > > Ciao! |
From: Patrick S. <pat...@gc...> - 2005-02-14 23:21:11
|
---------- Forwarded Message ---------- Subject: PKSampler install error Date: Monday 14 February 2005 04:16 pm From: "J_Zar, Gianluca Romanin" <j_...@op...> To: Patrick Stinson <pat...@gc...>, PKSampler List <pks...@li...> Attach the traceback: ----------------------------------------------------------------- Installing pksampler-0.2 ... Looking for sudo: /usr/bin/sudo >> Checking for Qt ... Found Qt version 3.3.3, PyQt version 3.12 >> Checking for pkaudio ... 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 Ciao! -- J_Zar Gianluca Romanin ---------------- See you at OpenJay.org ------------------------------------------------------- |
From: J_Zar, G. R. <j_...@op...> - 2005-02-14 23:16:26
|
Attach the traceback: ----------------------------------------------------------------- Installing pksampler-0.2 ... Looking for sudo: /usr/bin/sudo >> Checking for Qt ... Found Qt version 3.3.3, PyQt version 3.12 >> Checking for pkaudio ... 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 Ciao! -- J_Zar Gianluca Romanin ---------------- See you at OpenJay.org |
From: Patrick S. <pat...@gc...> - 2005-02-14 23:05:04
|
I've got it running and seemingly good performance with one jack output device, and as a bonus I'm doing a compile while playing, and jack is not running realtime, but pkaudiod is. On Monday 14 February 2005 03:50 pm, J_Zar, Gianluca Romanin wrote: > Finally compiled. The process: > > line: > "#include <errno.h>" > > added in files (top): > > thread.cpp, > waitcondition.cpp, > networkprotocol.cpp > > required libsamplerate and libsamplerate-devel. > > Now proceeding with the python module. |
From: J_Zar, G. R. <j_...@op...> - 2005-02-14 22:51:18
|
Finally compiled. The process: line: "#include <errno.h>" added in files (top): thread.cpp, waitcondition.cpp, networkprotocol.cpp required libsamplerate and libsamplerate-devel. Now proceeding with the python module. -- J_Zar Gianluca Romanin ---------------- See you at OpenJay.org |
From: Patrick S. <pat...@gc...> - 2005-02-14 21:56:46
|
---------- Forwarded Message ---------- Subject: Re: errno.h Date: Monday 14 February 2005 02:47 pm From: "J_Zar, Gianluca Romanin" <j_...@op...> To: Patrick Stinson <pat...@gc...> Yes. I compiled again and got the same errors... Ughh... Alle 15:29, marted=EC 15 febbraio 2005, hai scritto: > did you look here? > > http://www.patrickkidd.com/skel/pksampler/index_html?content=3Ddownload > > This whole thing is a bit disorganized until i can get this release don= e. > All of the "development process" and "collaboration" and "release proce= ss" > stuff can only really take place if there is a working code base to wor= k > off of. > > Anyway, we're almost there. > > On Monday 14 February 2005 02:32 pm, you wrote: > > Sorry Patrick... Could you provide me a Url for the package cause the= url > > of your homepage is the same package I already downloaded before... > > > > Thank you... (Just subscribing to the list now!) > > > > Alle 15:02, marted=EC 15 febbraio 2005, hai scritto: > > > I updated my current thread.h file with your bug. great. > > > > > > download pkaudio-0.2-rc2, I wrote my own sample rate conversion cod= e in > > > that one. > > > > > > I should probably set up the sourceforge.net CVS, too. > > > > > > On Monday 14 February 2005 01:59 pm, you wrote: > > > > Alle 12:49, marted=EC 15 febbraio 2005, hai scritto: > > > > > #include <errno.h> > > > > > > > > Added in files: > > > > > > > > thread.cpp, > > > > waitcondition.cpp, > > > > networkprotocol.cpp > > > > > > > > But still not compiles: > > > > > > > > /bin/sh ../libtool --mode=3Dcompile g++ -DHAVE_CONFIG_H -I. -I. -= I.. > > > > -D__LINUX_ALSA__ -c -o wavedecoder.lo `test -f 'wavedecoder.cpp' = || > > > > echo './'`wavedecoder.cpp > > > > g++ -DHAVE_CONFIG_H -I. -I. -I.. -D__LINUX_ALSA__ -c wavedecoder= .cpp > > > > -MT wavedecoder.lo -MD -MP -MF .deps/wavedecoder.TPlo -fPIC -DPI= C -o > > > > .libs/wavedecoder.o > > > > wavedecoder.cpp:25:24: samplerate.h: No such file or directory > > > > wavedecoder.cpp: In member function `virtual PK::uint > > > > PK::WaveDecoder::readBlock(void*, PK::uint)': > > > > wavedecoder.cpp:234: error: `src_short_to_float_array' undeclared > > > > (first use this function) > > > > wavedecoder.cpp:234: error: (Each undeclared identifier is report= ed > > > > only once for each function it appears in.) > > > > make[3]: *** [wavedecoder.lo] Error 1 > > > > make[3]: Leaving directory `/home/j_zar/Program/pkaudio-0.2/src' > > > > make[2]: *** [all-recursive] Error 1 > > > > make[2]: Leaving directory `/home/j_zar/Program/pkaudio-0.2/src' > > > > make[1]: *** [all-recursive] Error 1 > > > > make[1]: Leaving directory `/home/j_zar/Program/pkaudio-0.2' > > > > make: *** [all] Error 2 > > > > > > > > > > > > If I remember I already seen something as `src_short_to_float_arr= ay' > > > > in libsamplerate, but the header is not included and the lib is n= ot > > > > required. Am I wrong? -- J_Zar Gianluca Romanin ---------------- See you at OpenJay.org ------------------------------------------------------- |
From: Patrick S. <pat...@gc...> - 2005-02-14 21:39:38
|
---------- Forwarded Message ---------- Subject: Re: errno.h Date: Monday 14 February 2005 02:32 pm From: "J_Zar, Gianluca Romanin" <j_...@op...> To: Patrick Stinson <pat...@gc...> Sorry Patrick... Could you provide me a Url for the package cause the url= of your homepage is the same package I already downloaded before... Thank you... (Just subscribing to the list now!) Alle 15:02, marted=EC 15 febbraio 2005, hai scritto: > I updated my current thread.h file with your bug. great. > > download pkaudio-0.2-rc2, I wrote my own sample rate conversion code in > that one. > > I should probably set up the sourceforge.net CVS, too. > > On Monday 14 February 2005 01:59 pm, you wrote: > > Alle 12:49, marted=EC 15 febbraio 2005, hai scritto: > > > #include <errno.h> > > > > Added in files: > > > > thread.cpp, > > waitcondition.cpp, > > networkprotocol.cpp > > > > But still not compiles: > > > > /bin/sh ../libtool --mode=3Dcompile g++ -DHAVE_CONFIG_H -I. -I. -I.. > > -D__LINUX_ALSA__ -c -o wavedecoder.lo `test -f 'wavedecoder.cpp' || e= cho > > './'`wavedecoder.cpp > > g++ -DHAVE_CONFIG_H -I. -I. -I.. -D__LINUX_ALSA__ -c wavedecoder.cpp= -MT > > wavedecoder.lo -MD -MP -MF .deps/wavedecoder.TPlo -fPIC -DPIC > > -o .libs/wavedecoder.o > > wavedecoder.cpp:25:24: samplerate.h: No such file or directory > > wavedecoder.cpp: In member function `virtual PK::uint > > PK::WaveDecoder::readBlock(void*, PK::uint)': > > wavedecoder.cpp:234: error: `src_short_to_float_array' undeclared (fi= rst > > use this function) > > wavedecoder.cpp:234: error: (Each undeclared identifier is reported o= nly > > once for each function it appears in.) > > make[3]: *** [wavedecoder.lo] Error 1 > > make[3]: Leaving directory `/home/j_zar/Program/pkaudio-0.2/src' > > make[2]: *** [all-recursive] Error 1 > > make[2]: Leaving directory `/home/j_zar/Program/pkaudio-0.2/src' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/home/j_zar/Program/pkaudio-0.2' > > make: *** [all] Error 2 > > > > > > If I remember I already seen something as `src_short_to_float_array' = in > > libsamplerate, but the header is not included and the lib is not > > required. Am I wrong? -- J_Zar Gianluca Romanin ---------------- See you at OpenJay.org ------------------------------------------------------- |
From: Patrick S. <pat...@gc...> - 2005-02-14 21:39:33
|
---------- Forwarded Message ---------- Subject: Re: errno.h Date: Monday 14 February 2005 01:59 pm From: "J_Zar, Gianluca Romanin" <j_...@op...> To: Patrick Stinson <pat...@gc...> Alle 12:49, marted=EC 15 febbraio 2005, hai scritto: > #include <errno.h> Added in files: thread.cpp, waitcondition.cpp, networkprotocol.cpp But still not compiles: /bin/sh ../libtool --mode=3Dcompile g++ -DHAVE_CONFIG_H -I. -I. -I.. -D__LINUX_ALSA__ -c -o wavedecoder.lo `test -f 'wavedecoder.cpp' || echo './'`wavedecoder.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -D__LINUX_ALSA__ -c wavedecoder.cpp -MT wavedecoder.lo -MD -MP -MF .deps/wavedecoder.TPlo -fPIC -DPIC -o .libs/wavedecoder.o wavedecoder.cpp:25:24: samplerate.h: No such file or directory wavedecoder.cpp: In member function `virtual PK::uint PK::WaveDecoder::readBlock(void*, PK::uint)': wavedecoder.cpp:234: error: `src_short_to_float_array' undeclared (first = use this function) wavedecoder.cpp:234: error: (Each undeclared identifier is reported only = once for each function it appears in.) make[3]: *** [wavedecoder.lo] Error 1 make[3]: Leaving directory `/home/j_zar/Program/pkaudio-0.2/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/j_zar/Program/pkaudio-0.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/j_zar/Program/pkaudio-0.2' make: *** [all] Error 2 If I remember I already seen something as `src_short_to_float_array' in libsamplerate, but the header is not included and the lib is not required= . Am I wrong? -- J_Zar Gianluca Romanin ---------------- See you at OpenJay.org ------------------------------------------------------- |
From: J_Zar, G. R. <j_...@op...> - 2005-02-14 21:08:36
|
Test the subscription -- J_Zar Gianluca Romanin ---------------- See you at OpenJay.org |
From: Patrick S. <lis...@pa...> - 2005-02-14 19:44:34
|
this is the first message |