Thierry GONON wrote: > I've copied the file as indicated, but when I run /xtherion/, here's the > answer of the terminal : > */Application initialization failed: no display name and no $DISPLAY > environment variable > Error in startup script: invalid command name "frame" > while executing > "frame .def" > (file "./xtherion" line 232)
This sounds strange. It looks like wish is not correctly installed. Did you use Apple's distribution of Tcl/Tk (batteries included)? As far as I know, with this distribution it works without any problems. May be Martin Sluka will give you some hints, he is running therion on various versions of Tcl/Tk and MacOSX - but he is probably busy right now (not answering my e-mails). > /*When I try trough X11, the result is : > */Error in startup script: can't find package BWidget > while executing > "package require BWidget" > (file "./xtherion" line 672) > /* I've successfully installed BWidget (in the /Library/Tcl folder, the > global one and in my personnal Tcl folder)... ??? No idea. Try running only wish and type following commnad to the console: puts $tcl_library It should print directory, at which it is searching for BWidget package directory. Regards, S.
