From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: A little agenda printer script Date: Wed, 23 May 2007 10:13:41 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hqlye-0004lu-Oa for emacs-orgmode@gnu.org; Wed, 23 May 2007 04:13:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hqlyd-0004l9-7w for emacs-orgmode@gnu.org; Wed, 23 May 2007 04:13:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hqlyc-0004l0-SQ for emacs-orgmode@gnu.org; Wed, 23 May 2007 04:13:47 -0400 Received: from ug-out-1314.google.com ([66.249.92.175]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hqlyb-0004iz-Iw for emacs-orgmode@gnu.org; Wed, 23 May 2007 04:13:45 -0400 Received: by ug-out-1314.google.com with SMTP id 34so466066ugf for ; Wed, 23 May 2007 01:13:41 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Jason F. McBrayer" Cc: emacs-orgmode On May 22, 2007, at 15:11, Jason F. McBrayer wrote: > Carsten Dominik writes: > >> Great, I am happy to see an application so soon! >> I have problems to run it, I guess because of python. >> My installation did not have the subprocess module... > > It's in the standard library, but it's new to Python 2.4 (latest > Python is 2.5). Odds are you've got Python 2.3, which is still widely > deployed. Perhaps I'll rewrite in terms of os.popen, instead. Well, that is one idea, another would be to put a few pdf examples on a webpage for us to look at it. - Carsten