chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Can't import iup-web


From: Matt Gushee
Subject: Re: [Chicken-users] Can't import iup-web
Date: Tue, 13 Mar 2012 08:52:24 -0600

On Tue, Mar 13, 2012, at 12:41 PM, Thomas Chust wrote:
> On Mon, 2012-03-12 at 14:05 -0600, Matt Gushee wrote:
> > [...]
> > > $ csi
> > > [...]
> > > csi> (use iup)
> > > [...]
> > > csi> (use iup-web)
> > > ; loading /usr/lib/chicken/6/iup-web.import.scm ...
> > > [...]
> 
> you are using the egg incorrectly. The iup library contains all the
> iup-related modules including iup-web. After you have run a
> (require-library iup), which you did implicitly by running (use iup),
> you only have to (import iup-web) to get access to the iup-web
> functionality, if it is compiled in. 

I see. Thanks for the info!

Evidently the tutorial needs to be updated, because I first encountered
the error when trying to use the example code I found there.

-- 
Matt Gushee
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]