On Sun, 26 Apr 2009, Allin Cottrell wrote:
On Sun, 26 Apr 2009, yinung at Gmail wrote:
> I downloaded "tramo.inp" and testes it. But gretl responds...
> Data file is empty...
It looks as if tramo hasn't written any output, or perhaps gretl
is looking for it in the wrong place...
I just tested on Windows and got the same error that you saw, but
eventually I figured out what's wrong. If the path to tramo.exe
contains spaces (e.g. "C:\Program Files\...") you have to wrap the
@tramo variable in quotes in the relevant shell line:
if WIN32
set shelldir @tramodir\graph\series
! del /Q *.t && cd @tramodir && "@tramo" -i sername ...
Allin Cottrell