[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Guile/Tk?
From: |
Josef Wolf |
Subject: |
Guile/Tk? |
Date: |
Sun, 15 Nov 2009 17:19:06 +0100 |
User-agent: |
Mutt/1.5.17 (2007-11-01) |
Hello,
I would like to try some GUI stuff with guile. Since I have some experience
with Tk (with perl and ruby), I tried Tk following
http://www.galassi.org/mark/mydocs/guile-programmer_2.html:
(require 'Gwish)
(use-library tcl)
(use-interface tcl)
(use-interface tclhack)
(tk-main-loop)
(quit)
But I keep getting errors like
ERROR: Unbound variable: require
ERROR: Unbound variable: use-library
or something.
Any hints?