On Sun, 2006-02-26 at 17:59 +0000, Tom Jenkins wrote: > Hi all, > I've been testing pixmapmenu in amsn, and have ironed out all the bugs > I've found so far. However, there are bound to be many more, so I want > to have amsn use it (not on mac obviously). Is it ok with everyone > (people don't mind getting wierd bug reports etc) if I do this? It's all > committed, I just need to do a package require and change two lines of code. > > Tom > My amsn hangs with pixmapmenu. At the moment I narrowed it down to:
$ wish % lappend auto_path [file join utils] /usr/share/tcl8.4 /usr/share /usr/lib /usr/share/tcl8.4/tcllib-1.8 /usr/share/tk8.4 utils % source skins.tcl % source picture.tcl % set ::initialize_amsn 1 1 % source mutex.tcl % source gui.tcl % set HOME "[file join $env(HOME) .amsn]" /home/tjikkun/.amsn % set program_dir [pwd] /home/tjikkun/programs/msn % set HOME2 "" % package require pixmapmenu 0.1 % package require base64 here it hangs.. Now if I require base64 first there is no problem, and a require snit is no problem either, but require sha1 for instance hangs too, after pixmapmenu is loaded ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Amsn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amsn-devel
