Yeah, please ignore the blatant non-working of the gui at the moment, now I'm on top of pygtk threads then I should get it back to working fairly soon.
The main point of using threads is to create what I call a metaWatcher, so that the status of liquidsoap is polled within pygtk frequently. Then quite a few elements fall into place. :D On 23/03/2008, Romain Beauxis <[EMAIL PROTECTED]> wrote: > Le Monday 24 March 2008 04:05:54 Peter Brooks, vous avez écrit : > > > I created the new directory so that if there's any other network > > interfaces for other languages then please add them. > > > Thanks I think it's a good idea ! > > By the way, I still cannot run latest rocket: > 4:11 [EMAIL PROTECTED] ~/sources/svn/savonet/trunk/rocket% ./liq-rocket.py > Traceback (most recent call last): > File "./liq-rocket.py", line 37, in ? > from playback import * > File "include/playback.py", line 31, in ? > class playback: > File "include/playback.py", line 73, in playback > class metaWatcherGet(threading.thread): > AttributeError: 'module' object has no attribute 'thread' > > > Romain > -- > The rich man's wealth is his strong city: > the destruction of the poor is their poverty. > - Proverbs 10:15 > The rich man's wealth is in the city > Vexation of the soul is vanity > Destruction of the poor is their poverty > - Peter Tosh, Fools Die > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Savonet-devl mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-devl > -- Peter Brooks
