Am Samstag 20 Januar 2007 12:05 schrieb David Welton: > > I had to reinstall my PC (Windows 2003) and therefor hat to install > > Apache and Rivet again. I have downloaded Apache 1.3.37 (x86 msi) and > > Rivet binary 0.7.0. I am using Tcl 8.4.14.0. > > > > After having installed all the parts (for Rivet I used the modify > > httpd.conf option) I get the following error when trying any of the .rvt > > pages in the tests directory. > > > > Rivet ErrorScript failed! > > ________________________________ > > > > > > can not find channel named "stdout" > > while executing > > "puts <PRE>" > > (procedure "::Rivet::handle_error" line 5) > > invoked from within > > "::Rivet::handle_error" > > > > Does someone have any hints on what could be the problem? > > > > Before doing the installation of these parts for a second time, to have a > > clean environment, I have played around with the GlobalInitScript > > directive of Rivet > > > > and I could figure out that the error occurs before the GlobalInitScript > > directive is executed and if I add a Tcl "puts Hello_World" in there I > > see it in the displayed error page after the error output. > > This sounds vaguely familiar, but I don't quite recall what the answer > might have been. One thing you could try doing is installing from > sources (be sure to get the 1.0 branch).
Thanks for your answer David, I could answer my question myself already yesterday, but my ISP has some known email problems at the moment, so I think the answer got lost or delayed. Here the answer again: Hello, can answer my question myself. The problem is Tcl8.4.14.0. Should have looked on google already yesterday instead of spending 1 and a half day to track down the problem ;-). Tcl8.4.14.0 seems to be a threaded version on windows and that seems to cause the problem. Now I am using Tcl 8.4.7.0 and it is working again. Arnulf --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
