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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ddc946a0620cceed X-Google-Attributes: gid103376,public From: nabbasi@earthlink.net Subject: Re: c2ada for Linux, has anyone got it to run on Linux? Date: 1999/02/03 Message-ID: <799ble$fni@drn.newsguy.com>#1/1 X-Deja-AN: 440158833 References: <79741p$c18@drn.newsguy.com> <36B81ED1.15D4@spider.com> Organization: Newsguy News Service [http://www.newsguy.com] Newsgroups: comp.lang.ada Date: 1999-02-03T00:00:00+00:00 List-Id: In article <36B81ED1.15D4@spider.com>, Alex says... > >> >> c2ada uses pyhton. which I know very little about. >Looks like you have an import problem; modules in python are imported >from a list of paths specified by the sys.path variable. How to fix: >1. search in the installation a Symbol.py file (or Symbol.so, could be a >shared object written in C). Locate its path. >2. export PYTHONPATH= (or setenv, whatever) >3. ./cbfe > thanks Alex ! That did it! (I had only LD_LIBRARY_PATH set, did not know about PYTHONPATH, I really need to get me a Python manual) Now, I have c2ada running on my Linux system, I am going to convert all of my C code to Ada :) Nasser