![]() |
#21 |
Junior Member
Junior member
Join Date: Apr 2017
Posts: 4
|
![]()
That didn't work, either, Andy. I got the same message:
/lib/tcl8.6/init.tcl: version conflict for package "Tcl": have 8.6.10, need exactly 8.6.6 This sounds, on the face of it, like the package included v 8.6.10 but the installation program is looking for the older version, 8.6.6. Huh? I see a line that says"package require -exact Tcl 8.6.6" so where is that coming from? Barry |
![]() |
![]() |
![]() |
#22 |
Administrator
Professional user
Join Date: Jun 2003
Posts: 4,526
|
![]()
Have a look at the start of C:\Program Files\AC3D 8.5.55\lib\tcl8.6\init.tcl
You should see this: Code:
# init.tcl -- # # Default system startup file for Tcl-based applications. Defines # "unknown" procedure and auto-load facilities. # # Copyright (c) 1991-1993 The Regents of the University of California. # Copyright (c) 1994-1996 Sun Microsystems, Inc. # Copyright (c) 1998-1999 Scriptics Corporation. # Copyright (c) 2004 by Kevin B. Kenny. All rights reserved. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # This test intentionally written in pre-7.5 Tcl if {[info commands package] == ""} { error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]" } package require -exact Tcl 8.6.10 |
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|