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 [email protected] _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
