Hola, estoy intentando instalar amsn en Ubuntu 9.04 64 bits, sigo los pasos de esta web
http://linux.technoburger.net/amsn-antialiasing-tls-debianPero cuando tengo que ejecutarlo, me sale esto en la consola
$ /opt/bin/wish8.5 /opt/bin/amsn
Application initialization failed: Can't find a usable tk.tcl in the following directories:
/opt/lib/tcl8.5/tk8.5 /opt/lib/tk8.5 /lib/tk8.5 /opt/library
/opt/lib/tk8.5/tk.tcl: no event type or button # or keysym
no event type or button # or keysym
while executing
"bind Listbox <MouseWheel> {
%W yview scroll [expr {- (%D / 120) * 4}] units
}"
invoked from within
"if {[tk windowingsystem] eq "aqua"} {
bind Listbox <MouseWheel> {
%W yview scroll [expr {- (%D)}] units
}
bind Listbox <Option-Mou..."
(file "/opt/lib/tk8.5/listbox.tcl" line 182)
invoked from within
"source /opt/lib/tk8.5/listbox.tcl"
(in namespace eval "::" script line 1)
invoked from within
"namespace eval :: [list source [file join $::tk_library $file.tcl]]"
(procedure "SourceLibFile" line 2)
invoked from within
"SourceLibFile listbox"
(in namespace eval "::tk" script line 4)
invoked from within
"namespace eval ::tk {
SourceLibFile button
SourceLibFile entry
SourceLibFile listbox
SourceLibFile menu
SourceLibFile panedwindow
SourceLibFile ..."
invoked from within
"if {$::tk_library ne ""} {
proc ::tk::SourceLibFile {file} {
namespace eval :: [list source [file join $::tk_library $file.tcl]]
}
..."
(file "/opt/lib/tk8.5/tk.tcl" line 401)
invoked from within
"source /opt/lib/tk8.5/tk.tcl"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list source $file]"
This probably means that tk wasn't installed properly.
Error in startup script: no event type or button # or keysym
while executing
"bind Pixmapscroll <MouseWheel> {
tk::ScrollByUnits %W v [expr {- (%D)}]
}"
invoked from within
"if {![catch {tk windowingsystem} wsystem] && $wsystem == "x11"} {
bind Pixmapscroll <MouseWheel> {
tk::ScrollByUnits %W v [expr {- (%D)}]
..."
(file "pixmapscroll.tcl" line 717)
invoked from within
"source [file join pixmapscroll.tcl]"
("package ifneeded pixmapscroll 0.9" script)
invoked from within
"package require pixmapscroll"
invoked from within
"if { $initialize_amsn == 1 } {
if {![::picture::Loaded]} {
if { [OnDarwin] } {
tk_messageBox -default ok -message "There's a problem loading a..."
(file "gui.tcl" line 4)
invoked from within
"source gui.tcl "
("uplevel" body line 22)
invoked from within
"uplevel \#0 {
# amsncore.tcl is already loaded but we'll re-source it here in case we manually do reload_files
source amsncore.tcl
source audio.tc..."
(procedure "reload_files" line 2)
invoked from within
"reload_files"
(file "/opt/bin/amsn" line 293)
Saludos