On Thu, 14 Sep 2006, david.cobac wrote:
Oliver Cordes a écrit :
[...]
Thank you Oliver for reporting this problem.
For i quite don't understand what's going on...,could you reproduce this
terminal session please ?
$ tclsh
% package require msgcat
1.3.3
% msgcat::mcload
wrong # args: should be "msgcat::mcload langdir"
% namespace import msgcat::*
% mcload
wrong # args: should be "mcload langdir"
Ok, here is the ouput:
$ tclsh
% package require msgcat
1.3.3
% msgcat::mcload
wrong # args: should be "msgcat::mcload langdir"
% namespace import msgcat::*
% mcload
wrong # args: should be "mcload langdir"
which looks similar to yours ...
I also tested if the problem is gone somehow after my daily upgrade but it
is still there :-(
I just checked the same things with wish which is coming from tk8.3 !
$ wish
% package require msgcat
1.1.1
% msgcat::mcload
no value given for parameter "langdir" to "msgcat::mcload"
% namespace import msgcat::*
% mcload
invalid command name "mcload"
with 8.4 everything works fine ... I remembered that I changed the
alterantives to 8.3 because of some problems with my older tk programs.
I thing the solution is to hard wire page-crunch with wish8.4 instead of
wish because tk8.4 is in the dependency and not working woth tk8.3!
Oliver