rhythmbox plugin problem

2015-06-24 Thread L E
Hello,

I am trying to get some old plugins I wrote to wrote on anewer version of
rhythmbox.

When I try to load the plugin I see:

(rhythmbox:3092): libpeas-WARNING **: nowplaying-lcd:
/usr/lib/rhythmbox/plugins/nowplaying-lcd/libnowplaying-lcd.so: cannot open
shared object file: No such file or directory

(rhythmbox:3092): libpeas-WARNING **: Could not load plugin module:
'nowplaying-lcd'


any ideas about what is going on here?

thanks.
-- 
https://mail.python.org/mailman/listinfo/python-list


PAMELA DAVID

2007-05-18 Thread g - a - l - l - e - r - y
PAMELA   DAVID 


www.alphasearch.gr -- 
http://mail.python.org/mailman/listinfo/python-list

Calling a dos batch file from python

2007-09-04 Thread n o s p a m p l e a s e
Suppose I have a batch file called mybatch.bat  and I want to run it
from a python script. How can I call this batch file in python script?

Thanx/NSP

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Calling a dos batch file from python

2007-09-05 Thread n o s p a m p l e a s e
On Sep 4, 5:01 pm, [EMAIL PROTECTED] wrote:
> On Sep 4, 8:42 am, n o s p a m p l e a s e <[EMAIL PROTECTED]>
> wrote:
>
> > Suppose I have a batch file called mybatch.bat  and I want to run it
> > from a python script. How can I call this batch file in python script?
>
> > Thanx/NSP
>
> The subprocess module should work.
>
Thanx to all those who responded. It was quite simple.

import os
os.system("mybatch.bat")

NSP

-- 
http://mail.python.org/mailman/listinfo/python-list


Calling a matlab script from python

2007-09-05 Thread n o s p a m p l e a s e
Suppose I have a matlab script mymatlab.m. How can I call this script
from a python script?

Thanx/NSP

-- 
http://mail.python.org/mailman/listinfo/python-list