From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.142.37 with SMTP id rt5mr15706042obb.47.1431310840321; Sun, 10 May 2015 19:20:40 -0700 (PDT) X-Received: by 10.50.13.9 with SMTP id d9mr152703igc.9.1431310840304; Sun, 10 May 2015 19:20:40 -0700 (PDT) Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!news.glorb.com!m20no1704946iga.0!news-out.google.com!kd3ni13606igb.0!nntp.google.com!m20no1704942iga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 10 May 2015 19:20:39 -0700 (PDT) In-Reply-To: <95a7bd1b-88c7-4997-a1db-7f9979fad488@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=140.109.42.160; posting-account=6y7bzwkAAAAVsaCM9ZoUN9kaDSiyTP6D NNTP-Posting-Host: 140.109.42.160 References: <95a7bd1b-88c7-4997-a1db-7f9979fad488@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2b1e9159-686a-4e70-9388-a4c7ff5abcd3@googlegroups.com> Subject: Re: python scripting interface for gnat From: karsar Injection-Date: Mon, 11 May 2015 02:20:40 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:193109 Date: 2015-05-10T19:20:39-07:00 List-Id: You may use Python-C Interface (through CTypes, as an example) and Ada-C Interface. It doesn't require any additional external libraries from Python or Ada. Something like http://www.inspirel.com/articles/Ada_Python_Binding.html, maybe. I didn't find gnatcoll being very helpful. Karen On Saturday, May 9, 2015 at 10:22:51 PM UTC+8, RasikaSr...@gmail.com wrote: > Friends > > I would like to take advantage of the python scripting within my app. I tried to build gnatcoll on my Win 8 system but was not successful. (Even though python is in the PATH, the configure always comes up with no python support). > > Question: > > - Is there an alternate binding to the python world? > - i think just extracting the python related sources from gnatcoll might be an option. anyone has attempted anything like that? > > Thanks for pointers, srini