From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:622a:18a1:b0:3f4:dde4:baf5 with SMTP id v33-20020a05622a18a100b003f4dde4baf5mr1474847qtc.13.1686392724837; Sat, 10 Jun 2023 03:25:24 -0700 (PDT) X-Received: by 2002:a0d:ec11:0:b0:54f:a35e:e79a with SMTP id q17-20020a0dec11000000b0054fa35ee79amr1999196ywn.8.1686392724613; Sat, 10 Jun 2023 03:25:24 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!feeder1.feed.usenet.farm!feed.usenet.farm!peer01.ams4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 10 Jun 2023 03:25:24 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=2a03:7380:380d:1fb:2fa2:aa2d:c4d4:c388; posting-account=K1cP1QoAAAD_GR6kW2Td0NqGqGBLRE8h NNTP-Posting-Host: 2a03:7380:380d:1fb:2fa2:aa2d:c4d4:c388 References: <13757589-8844-46ec-8d09-24b4bfd65a52n@googlegroups.com> <4c19a057-411e-4042-ae5a-173cd724b72en@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GnatStudio 20230501 released From: Maxim Reznik Injection-Date: Sat, 10 Jun 2023 10:25:24 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2020 Xref: news.eternal-september.org comp.lang.ada:65307 List-Id: Probably something wrong with your Python installation. I've tried in GNAT Studio console: >>> import encodings >>> print(encodings.__file__) /tmp/gs/share/gnatstudio/python/lib/python3.9/encodings/__init__.py While if I run system packaged Python in my Ubuntu: $ python3 >>> import encodings >>> print(encodings.__file__) /usr/lib/python3.10/encodings/__init__.py $ dpkg-query -S /usr/lib/python3.10/encodings/__init__.py libpython3.10-minimal:amd64: /usr/lib/python3.10/encodings/__init__.py So, it's part of libpython3.10-minimal Best regards,