[Pythonmac-SIG] appscript dead?

2012-03-08 Thread Christian Prinoth
in OSX? Thanks -- Christian Prinoth ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 103, Issue 2

2011-11-10 Thread Christian Prinoth
> > -- Forwarded message -- > From: Ronald Oussoren > To: daniela romeo > Date: Thu, 10 Nov 2011 11:43:49 +0100 > Subject: Re: [Pythonmac-SIG] PyQt4 ImportError for QtWebKit > > On 9 Nov, 2011, at 17:44, daniela romeo wrote: > > Hi all, > I'm new to the list and new to Python also

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 95, Issue 20

2011-03-18 Thread Christian Prinoth
maybe you need to use the constant instead of "CSV", i.e. k.CSV_file_format On Fri, Mar 18, 2011 at 12:00, wrote: > Send Pythonmac-SIG mailing list submissions to >pythonmac-sig@python.org > > To subscribe or unsubscribe via the World Wide Web, visit >http://mail.python.org/mail

Re: [Pythonmac-SIG] appscript and Office 2011, not working? (has)

2011-02-18 Thread Christian Prinoth
Thanks, works great now! >excel = app('Microsoft Excel') >ws = excel.worksheets['Sheet1'] >excel.AS_newreference(ws.AS_aemreference.elements('X117'))[address] > > ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mai

Re: [Pythonmac-SIG] appscript and Office 2011, not working?

2011-02-17 Thread Christian Prinoth
Has, thanks for your reply. I have tried doing what you suggest. the four char code for the range object is X117, so I did the following: app('Microsoft Excel').AS_newreference(aem.app.elements('X117'))['A1'].value() and this works fine in both Excel 2008 and Excel 2011. My problem is that this

[Pythonmac-SIG] appscript and Office 2011, not working?

2011-02-11 Thread Christian Prinoth
Just upgraded to Office 2011, and it appears appscript is not working correctly with Excel 2011. If I do the following: > app(u'/Applications/Microsoft Office 2011/Microsoft > Excel').ranges[u'B2'].value() I get: --- Attri

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 90, Issue 6

2010-10-05 Thread Christian Prinoth
:07:49 -0700 > Subject: Re: [Pythonmac-SIG] State of AppScript > In article > > >, > Christian Prinoth wrote: > > Hi, I tried to post a question on this mailing list about AppScript, but > > nobody replied. I then noticed that most questions about appscript remain > >

[Pythonmac-SIG] State of AppScript

2010-10-05 Thread Christian Prinoth
Hi, I tried to post a question on this mailing list about AppScript, but nobody replied. I then noticed that most questions about appscript remain unanswered. So I am wondering, what is the state of appscript? Is it under active development? Is anybody using it seriously? Is this mailing list the c

[Pythonmac-SIG] appscript and mail.app, how to access attachments?

2010-09-24 Thread Christian Prinoth
I am trying the following: mail=app('mail') msgs=mail.selection() msg=msgs[0] now I would like to use msg.mail_attachments but this won't work. If I ask for help, under elements I get the following: Elements: AEType("attc") -- by name, index, relative, range, test, id bcc_recipients

[Pythonmac-SIG] Possible bug with AppScript and Excel?

2010-07-29 Thread Christian Prinoth
Hi, I am having some problems handling axes in Excel charts via python and appscript. I am using apple's stock python 2.6.1, appscript 0.21.1 and Excel 12.2.5 on Snow Leopard 10.6.4 Here is how I am trying to get hold of an axis: *c=app('Microsoft Excel').get_axis(app.active_sheet.chart_objects[