Path: csiph.com!usenet.pasdenom.info!gegeweb.42!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'api': 0.09; 'python': 0.09; 'derived': 0.09; 'python:': 0.09; 'subject:script': 0.09; 'terry': 0.09; 'cc:addr:python-list': 0.10; 'received:206.46': 0.16; 'received:206.46.173': 0.16; 'wrote:': 0.17; 'examples': 0.18; 'do.': 0.21; 'help.': 0.22; 'cc:2**0': 0.23; 'example': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:User-Agent:1': 0.26; 'language.': 0.27; 'received:192.168.1.3': 0.29; 'writes': 0.30; 'basic': 0.30; 'code': 0.31; 'explains': 0.33; 'thanks': 0.34; 'needed': 0.35; 'pm,': 0.35; 'subject:?': 0.35; 'url:org': 0.36; 'subject:: ': 0.38; 'some': 0.38; 'things': 0.38; 'received:192': 0.39; 'received:192.168': 0.40; 'your': 0.60; 'link': 0.60; 'relatively': 0.62; 'close': 0.63; 'received:206': 0.65; 'study': 0.66; 'further,': 0.71; 'examples.': 0.84; 'non-api': 0.84; 'start.': 0.84 Date: Fri, 06 Jul 2012 01:09:19 -0400 From: Terry Reedy User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-version: 1.0 To: Karim Subject: Re: Which way is best to execute a Python script in Excel? References: <4FF541A9.1090806@gmail.com> <4FF55A85.2040002@jollybox.de> <4FF64DD8.8030007@gmail.com> In-reply-to: <4FF64DD8.8030007@gmail.com> Content-type: text/plain; charset=UTF-8; format=flowed Content-transfer-encoding: 7bit Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1341554988 news.xs4all.nl 6964 [2001:888:2000:d::a6]:51755 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:24958 On 7/5/2012 10:30 PM, Karim wrote: > An excellent link to derived all code example to python: > http://www.pitonyak.org/AndrewMacro.sxw. Even though he only writes in OOBasic, you are right that he explains the basic concepts needed for accessing the api from any language. He is also honest. Writing non-api code is relatively easy; accessing the OO/LO api is harder. I made a start. When I get further, I will look at the examples that are close to some things I want to do. I will also study your Python examples. Thanks for the help. Terry