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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,de8baff9e416451a,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!213.200.89.82.MISMATCH!tiscali!newsfeed1.ip.tiscali.net!nntp.eutelia.it!nntp.infostrada.it!twister2.libero.it.POSTED!not-for-mail From: Matteo Bertini User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041214 Thunderbird/1.0 Mnenhy/0.7 X-Accept-Language: it, en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Ada-python X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Wed, 12 Jan 2005 08:08:10 GMT NNTP-Posting-Host: 151.37.66.96 X-Complaints-To: abuse@net24.it X-Trace: twister2.libero.it 1105517290 151.37.66.96 (Wed, 12 Jan 2005 09:08:10 MET) NNTP-Posting-Date: Wed, 12 Jan 2005 09:08:10 MET Organization: [Infostrada] Xref: g2news1.google.com comp.lang.ada:7680 Date: 2005-01-12T08:08:10+00:00 List-Id: Hello! I'm studing the possibility of an inter-language UnitTestnig interfacing Python with Ada but I have found some problem. I was using 3.15p and it was OK, I have succesfully used an Adlrer32 Ada procedure from python, but this version is not compatible with NPTL threading... So I switched to 3.43 (gnat with gcc 3.4.3) and, with treading going OK, I have this error importing the python module: import zlib, ada_adler32 ImportError: ada_adler32.so: undefined symbol: _Unwind_Resume Some suggestion? Thanks, Matteo Bertini on Gentoo Linux