sorry about posting with the wrong subject...
*
hello,
is there a way, in python, to create a splash window and when the
program has completed disappears by sending a msg to it? (I tried
creating two gtk windows but gtk_main doesn't seem to return unless it
gets closed.)
tia
Ron
*
hello,
is there a way, in python, to create a splash window and when the
program has completed disappears by sending a msg to it? (I tried
creating two gtk windows but gtk_main doesn't seem to return unless it
gets closed.)
tia
Ron
--
http://mail.python.org/mailman/listinfo/python-list
Dave Angel wrote:
Ron Croonenberg wrote:
Hello,
I am trying to write a plugin for Rhythmbox in python and run into a
'strange' problem. For a method (an action for clicking a button) I
started a method and however many arguments I use, it keeps giving me
the same error:
'Typ
Dave Angel wrote:
Ron Croonenberg wrote:
Hello,
I am trying to write a plugin for Rhythmbox in python and run into a
'strange' problem. For a method (an action for clicking a button) I
started a method and however many arguments I use, it keeps giving me
the same error:
Hello,
I am trying to write a plugin for Rhythmbox in python and run into a
'strange' problem. For a method (an action for clicking a button) I
started a method and however many arguments I use, it keeps giving me
the same error:
'TypeError: startView() takes exactly 1 argument (3 given)'
d