From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18559 Path: main.gmane.org!not-for-mail From: "luigi.scarso" Newsgroups: gmane.comp.tex.context Subject: Re: Python,swig and pdftex ? Date: Mon, 28 Feb 2005 07:49:46 +0100 Message-ID: <4222BF0A.5080504@logosrl.it> References: <0dd0fdb1db1fc3aa5bb6d53318b36c69@rna.nl> <421F4460.6000303@logosrl.it> <4220577F.50205@zscout.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1011564000==" X-Trace: sea.gmane.org 1109573153 17066 80.91.229.2 (28 Feb 2005 06:45:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Feb 2005 06:45:53 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Feb 28 07:45:52 2005 Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1D5eem-00023T-Mq for gctc-ntg-context-518@m.gmane.org; Mon, 28 Feb 2005 07:45:28 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F1CED12898; Mon, 28 Feb 2005 07:49:56 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00846-03; Mon, 28 Feb 2005 07:49:54 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1A4DF12869; Mon, 28 Feb 2005 07:49:54 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C40D412869 for ; Mon, 28 Feb 2005 07:49:52 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00770-05 for ; Mon, 28 Feb 2005 07:49:52 +0100 (CET) Original-Received: from ServerNotes.logosrl.it (unknown [81.208.99.91]) by ronja.ntg.nl (Postfix) with ESMTP id 23F85127A8 for ; Mon, 28 Feb 2005 07:49:52 +0100 (CET) Original-Received: from [192.168.2.85] ([192.168.2.85]) by ServerNotes.logosrl.it (Lotus Domino Release 6.5.1) with ESMTP id 2005022807495866-20 ; Mon, 28 Feb 2005 07:49:58 +0100 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <4220577F.50205@zscout.de> X-MIMETrack: Itemize by SMTP Server on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 28/02/2005 07.49.58, Serialize by Router on ServerNotes/Logo(Release 6.5.1|January 21, 2004) at 28/02/2005 07.49.59, Serialize complete at 28/02/2005 07.49.59 X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: main.gmane.org gmane.comp.tex.context:18559 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18559 This is a multi-part message in MIME format. --===============1011564000== Content-Type: multipart/alternative; boundary="------------000504040906060409050004" This is a multi-part message in MIME format. --------------000504040906060409050004 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed Janko Hauser wrote: >luigi.scarso schrieb: > > >>I'm try do make something useful with Python and pdftex using swig. >>Any suggestions ? >> >> >> >Have you looked at pytex? It does nothing with pdftex, but I do not know >what do you want to actually do. > >__Janko > >_______________________________________________ >ntg-context mailing list >ntg-context@ntg.nl >http://www.ntg.nl/mailman/listinfo/ntg-context > > > I have found http://www.metatex.org that seem to be a good starting point. I would like to explore the possibility to embed a pyhton interpreter into pdftex,and use it into ConTeXt ("python inside context"); another wish is some python modules to do some typesetting jobs using ConTexT ("context inside python"); maybe swig can be help. luigi --------------000504040906060409050004 Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=ISO-8859-1 Janko Hauser wrote:
luigi.scarso schrieb:
  
I'm try do make something useful with Python and pdftex using swig.
Any suggestions ?

    
Have you looked at pytex? It does nothing with pdftex, but I do not know
what do you want to actually do.

__Janko

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

  
I have found
http://www.metatex.org

that seem to be a good starting point.
I would like to explore the possibility to embed a pyhton interpreter into pdftex,and use it into ConTeXt ("python inside context");
another wish is some python modules to do some typesetting jobs using
ConTexT ("context inside python"); maybe swig can be help.

luigi
--------------000504040906060409050004-- --===============1011564000== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --===============1011564000==--