On Dec 3, 2012, at 11:29 AM, Matt Gushee <[email protected]> wrote: > Hello, Chickenistas-- > > I am going through my egg installation and updating some old ones, but I am > getting an error with apropos: > > Syntax error (import): cannot import from undefined module > > memoized-string > > Checking further, I see that the memoized-string egg is no longer available,
It never existed. The string-utils egg contains the module. > but apropos.scm still contains: > > (require-library > .... > memoized-string > > While I am waiting for an official fix, is there a simple workaround for this > error? > > Thanks. > -- > Matt Gushee > _______________________________________________ > Chicken-users mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/chicken-users _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
