* doc/ref/api-coverage.texi (Code Coverage): #:modules is not
supported... never seems to have been supported?
(example): close port, not file.
---
doc/ref/api-coverage.texi | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/ref/api-coverage.texi b/doc/ref/api-co
Hi. I hope I'm submitting this correctly; please tell me if I'm wrong. I'm
trying to at least prototype a GUI in the same way that in Python I can
write "import gi" and proceed to create a GTK window, add buttons and
menubars and toolbars, etc. I've tried the various online sites, but none
of them
Lee Thomas writes:
> Hi. I hope I'm submitting this correctly; please tell me if I'm wrong. I'm
> trying to at least prototype a GUI in the same way that in Python I can
> write "import gi" and proceed to create a GTK window, add buttons and
> menubars and toolbars, etc. I've tried the various
Thank you, Jessica! That assurance is all I really needed, but FYI: When I
type "(use-modules (gi))" into an interactive guile, trying to follow
https://github.com/spk121/guile-gi/blob/master/examples/cairo.scm , guile
responds with:
While compiling expression:
no code for module (gi)
If you happe
Lee Thomas writes:
> Thank you, Jessica! That assurance is all I really needed, but FYI: When I
> type "(use-modules (gi))" into an interactive guile, trying to follow
> https://github.com/spk121/guile-gi/blob/master/examples/cairo.scm , guile
> responds with:
> While compiling expression:
> no
Hello,
> > ... I'm trying to at least prototype a GUI in the same way that
> > in Python I can write "import gi" and proceed to create a GTK
> > window, add buttons and menubars and toolbars, etc.
You might also try G-Golf - disclaimer, I am the G-Golf maintainer, I
was hoping/waiting that some a
Thank you both!!
Jessica, when I invoked the guix shell as you showed, it worked in that
"(use-modules (gi))" succeeded. I need to learn more about including
packages with the guix shell command. It's odd that I can get the latest
guile to run without specifying it for guix, but I must have the ot
Hi. I am trying to run some examples for guile GUI toolkits, and they have
use-typelibs in their code. It is failing for me, so I wanted to learn more
about the procedure - but the Procedures Index has no entry for it. I would
expect there would be an entry even if the procedure itself is deprecate
Le 25/08/2022 à 00:10, Lee Thomas a écrit :
Hi. I am trying to run some examples for guile GUI toolkits, and they
have use-typelibs in their code. It is failing for me, so I wanted to
learn more about the procedure - but the Procedures Index has no entry
for it. I would expect there would be an
Thank you! I will learn more about where to locate procedure definitions.
On Wed, Aug 24, 2022, 15:14 Jean Abou Samra wrote:
> Le 25/08/2022 à 00:10, Lee Thomas a écrit :
> > Hi. I am trying to run some examples for guile GUI toolkits, and they
> > have use-typelibs in their code. It is failing
10 matches
Mail list logo