tcl3d can't find package tcl3d biotext can't find package biotext tclcluspack 0.1 tclordalie 0.1 tclfastme 0.1 combobox no display name and no $DISPLAY environment variable http 2.9.5 sqlite3 3.20.1 La 1.0.1 struct 2.1 tdom 0.8.3 LRIPhoto can't find package LRIPhoto
wrong # args: should be "exit code"
    while executing
"exit"
    (in namespace eval "::request" script line 15)
    invoked from within
"namespace eval ::request $script"
    ("::try" body line 12)

OUTPUT BUFFER:

#!/usr/bin/wish set auto_path [linsert $auto_path 0 /Volumes/moumou/ordali/Build/ToPack/lib ] foreach p [list tcl3d biotext tclcluspack tclordalie tclfastme combobox http sqlite3 La struct tdom LRIPhoto] { puts "$p" catch {package require $p} Msg puts $Msg puts "" } exit