[Chicken-users] base64 import problem with chicken-hygienic

2008-08-27 Thread Graham Fawcett
Hi folks, it looks like base64 under chicken-hygienic doesn't import properly -- I get the import.so but not the real one. I used the new chicken-install to fetch base64, though I don't think that's relevant. Best, Graham CHICKEN (c)2008 The Chicken Team (c)2000-2007 Felix L. Winkelmann Version

Re: [Chicken-users] base64 import problem with chicken-hygienic

2008-08-27 Thread Peter Bex
On Wed, Aug 27, 2008 at 12:11:02PM -0400, Graham Fawcett wrote: Hi folks, it looks like base64 under chicken-hygienic doesn't import properly -- I get the import.so but not the real one. (import) is a statement that imports the module into the current module. For that to work, you must have

Re: [Chicken-users] base64 import problem with chicken-hygienic

2008-08-27 Thread Graham Fawcett
On Wed, Aug 27, 2008 at 1:33 PM, Peter Bex [EMAIL PROTECTED] wrote: On Wed, Aug 27, 2008 at 12:11:02PM -0400, Graham Fawcett wrote: Hi folks, it looks like base64 under chicken-hygienic doesn't import properly -- I get the import.so but not the real one. (import) is a statement that imports