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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!feeder.erje.net!2.eu.feeder.erje.net!feeder5.feed.usenet.farm!feed.usenet.farm!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx14.iad.POSTED!not-for-mail Newsgroups: comp.lang.ada X-Mozilla-News-Host: news://news.newsdemon.com:119 From: Rick Newbie Subject: Ada Community debugger won't run User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Date: Sat, 11 Jan 2020 15:04:45 UTC Date: Sat, 11 Jan 2020 07:04:45 -0800 X-Received-Bytes: 1576 X-Received-Body-CRC: 1447244369 Xref: reader01.eternal-september.org comp.lang.ada:57824 Date: 2020-01-11T07:04:45-08:00 List-Id: Hi, I just installed Ada and I am working through some tutorials. However I am unable to debug. When I just want to start the debugger, I get the following lines in the output window [2020-01-11 05:05:11] Could not find platform independent libraries Could not find platform dependent libraries Consider setting $PYTHONHOME to [:] ImportError: No module named site with a dialog saying "The underlying debugger died unexpectedly" My system is Windows 10 and I don't think there's anything special with it. besides I am getting this same on another computer as well. So I did some research and I figured that I have to set the PYTHONHOME and PYTHONPATCH environment variables manually. I did that and now I am getting another error in the output window [2020-01-11 07:03:28] ImportError: No module named site But I can't find any useful information about that. Any help is greatly appreciated Thank you