From: drscrypt on
Interesting sequence:

This is OK:
% package req twapi
2.2.3
% package req Expect
5.43


This is not:

% package req Expect
5.43
% package req twapi
can't import command "wait": already exists


I don't think there ought to be any difference between the two sequences.



DrS
From: APN on
Are you in tkcon ? In tkcon, twapi automatically imports all commands
into the global namespace for my convenience :-) This is probably a
misfeature I'll fix.

/Ashok


On Jun 3, 3:29 am, drscr...(a)gmail.com wrote:
> Interesting sequence:
>
> This is OK:
> % package req twapi
> 2.2.3
> % package req Expect
> 5.43
>
> This is not:
>
> % package req Expect
> 5.43
> % package req twapi
> can't import command "wait": already exists
>
> I don't think there ought to be any difference between the two sequences.
>
> DrS

From: drscrypt on
On 6/2/2010 8:30 PM, APN wrote:
> Are you in tkcon ? In tkcon, twapi automatically imports all commands
> into the global namespace for my convenience :-) This is probably a
> misfeature I'll fix.


Yes, this was in tkcon. So this only comes up while running from tkcon?
It is probably a good idea to fix it anyway - I am sure the two wait's
do wildly different things.


DrS