The way the module manager resolves dependencies is the following.  If you
specify a location (QTk at ...), then that location is used to identify the
module itself.  If you don't specify a location, then either it is a Mozart
module (like System), or it corresponds to a file in the same directory.  In
the case of QTk,

   import QTk

is the same as

   import QTk at 'QTk.ozf'

Cheers,
raph

On Sat, Aug 30, 2008 at 10:39 PM, mark richardson <[EMAIL PROTECTED]>wrote:

> Hi,
>
> Thanks for that, I thought it would be something simple like that!
>
> Regards
> Mark
>
>
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to