[plt-scheme] Trying to define a module requiring swindle.ss

From: Paulo Jorge de Oliveira Cantante de Matos (pocm at netvisao.pt)
Date: Fri May 7 02:35:46 EDT 2004

Hi,

When I try to define a module and then require swindle.ss like this:

(module netcheck mzscheme
  
  (require (lib "swindle.ss" "swindle"))

...

)

I get:
module: identifier already imported (from a different source) in: define

It seems there is a definition of module or something inside swindle.ss.
How can I manage to work it out?

Cheers,
-- 

Paulo J. Matos : pocm [_at_] mega . ist . utl . pt
Instituto Superior Tecnico - Lisbon
Computer and Software Eng. - A.I.
 - > http://mega.ist.utl.pt/~pocm
---
        -> God had a deadline...
                So, he wrote it all in Lisp!



Posted on the users mailing list.