comp.lang.ada
 help / color / mirror / Atom feed
From: Maxim Reznik <reznikmm@gmail.com>
Subject: Re: GnatStudio 20230501 released
Date: Sat, 10 Jun 2023 03:25:24 -0700 (PDT)	[thread overview]
Message-ID: <ee8b49f5-e696-4320-b564-09b97d73e6f5n@googlegroups.com> (raw)
In-Reply-To: <u5km0r$bgqo$1@dont-email.me>

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,

  reply	other threads:[~2023-06-10 10:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <13757589-8844-46ec-8d09-24b4bfd65a52n@googlegroups.com>
2023-05-15 10:41 ` GnatStudio 20230501 released Rod Kay
2023-05-15 13:58   ` Jeffrey R.Carter
2023-06-01  9:21   ` Maxim Reznik
2023-06-01 18:27     ` Rod Kay
2023-06-05 10:15       ` Maxim Reznik
2023-06-05 12:55         ` Rod Kay
2023-06-10 10:25           ` Maxim Reznik [this message]
2023-06-27 20:47           ` Rod Kay
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox