ActiveState Powered by ActiveState

ActiveState Community


version conflict for package

Posted by shady_abdelwahed on 2008-04-19 17:58
OS: Windows

Hi,

I have just installed Tcl version 8.5 for windows XP from the active state site. and when i try to "package require Tcl 8.4" for the "package require struct::matrix" to work, I receive the following error: version conflict for package "Tcl": have 8.3, need 8.4.

do you know what's the problem and how to solve it?
Also, when I try to remove the "package require Tcl 8.4" from my script, and compile it, i receive the following error: can't find package "struct::matrix"

Appreciating your help.

Thanks...

jeffh | Sun, 2008-04-20 15:07

It sounds like you are actually finding an 8.3 Tcl on your path, not the 8.5 one you installed.

-->