Re: [Tutor] Scripting Calligra sheets with Python

2013-03-18 Thread Dave Angel
On 03/18/2013 09:56 PM, Jim Byrnes wrote: On 03/18/2013 07:54 PM, Dave Angel wrote: On 03/18/2013 12:18 PM, Jim Byrnes wrote: I am trying to script Calligra Sheets (formerly KSpread) with python. I have gotten some of the included example scripts to run so I know python scripting is running.

Re: [Tutor] Scripting Calligra sheets with Python

2013-03-18 Thread Jim Byrnes
On 03/18/2013 07:54 PM, Dave Angel wrote: On 03/18/2013 12:18 PM, Jim Byrnes wrote: I am trying to script Calligra Sheets (formerly KSpread) with python. I have gotten some of the included example scripts to run so I know python scripting is running. I found the following snippet on their webs

Re: [Tutor] Scripting Calligra sheets with Python

2013-03-18 Thread Dave Angel
On 03/18/2013 12:18 PM, Jim Byrnes wrote: I am trying to script Calligra Sheets (formerly KSpread) with python. I have gotten some of the included example scripts to run so I know python scripting is running. I found the following snippet on their website: import KSpread sheet = KSpread.view()

Re: [Tutor] Scripting Calligra sheets with Python

2013-03-18 Thread Hugo Arts
On Mon, Mar 18, 2013 at 5:18 PM, Jim Byrnes wrote: > I am trying to script Calligra Sheets (formerly KSpread) with python. I > have gotten some of the included example scripts to run so I know python > scripting is running. > > I found the following snippet on their website: > > import KSpread >

[Tutor] Scripting Calligra sheets with Python

2013-03-18 Thread Jim Byrnes
I am trying to script Calligra Sheets (formerly KSpread) with python. I have gotten some of the included example scripts to run so I know python scripting is running. I found the following snippet on their website: import KSpread sheet = KSpread.view().sheet() # swap text of B5 and C6 t1 = sh

Re: [Tutor] Text Processing - Questions/Help.

2013-03-18 Thread David Bradshaw
Alan, Thanks. See below [Dave] From: Alan Gauld To: tutor@python.org Sent: Thursday, 14 March 2013, 12:14 Subject: Re: [Tutor] Text Processing - Questions/Help. On 14/03/13 10:30, David Bradshaw wrote: > I have written some code that logs into a list of host

Re: [Tutor] Text Processing - Questions/Help.

2013-03-18 Thread David Bradshaw
Alan, Thanks. See below [Dave] From: Alan Gauld To: tutor@python.org Sent: Thursday, 14 March 2013, 12:14 Subject: Re: [Tutor] Text Processing - Questions/Help. On 14/03/13 10:30, David Bradshaw wrote: > I have written some code that logs into a list of host