sorry, gobject comes from the PyGTK package.
On Thu, Apr 12, 2012 at 6:32 PM, Alan Gauld wrote:
> On 12/04/12 16:42, Pierre Barthelemy wrote:
>
>> Thanks for the fast reply. I went a bit deeper into the code and i found
>> where my problem was. The connect function comes fro
point', analysis_client.update_plot, specific_arguments)
Bests,
Pierre
On Thu, Apr 12, 2012 at 9:21 AM, Peter Otten <__pete...@web.de> wrote:
> Pierre Barthelemy wrote:
>
> > I have a question about event handling and the use of the connect
> > function. I have a data
Hello,
I have a question about event handling and the use of the connect function.
I have a data object, that contains a series of signals, one being
"new_data_point" .
When i want to plot the data, i also connect the "new_data_point" event to
the function "analysis_client.update_plot". I therefo
Hello,
I would need to control a powerpoint file from python. I have
installed the win32com library for python, then i used makepy to
create a powerpoint-specific library.
The things i need to do are pretty basic: open a file, create a new
slide, place a picture and a comment to the picture.
The