I am getting an odd error in psid install (part of the PSIDTOOLS package due to Kit Baum.)
Problem
I write
where "path" is a folder containing file.zip, which I downloaded from the PSID website. I get the error
Already Attempted..
I tried pointing directly to the zipped folder I want installed. So now it's
and get an error saying
I tried unzipping the file myself, so I write
and I get another "r(198) nothing to install".
It appears that this exact syntax has worked for other people.
Can somebody diagnose or advise?
Problem
I write
Code:
psid install using path
nothing to installI tried adding quotes, as would be my usual practice. Same result. The path does not contain any spaces or special characters, just letters and numbers.
r(198)
Already Attempted..
I tried pointing directly to the zipped folder I want installed. So now it's
Code:
psid install using path/file.zip
directory path.zip not foundI tried removing the space that was in the file name and adding quotes. Same result.
r(601)
I tried unzipping the file myself, so I write
Code:
psid install using path/file_unzipped
It appears that this exact syntax has worked for other people.
Can somebody diagnose or advise?
Please and thanks,
Dave
Dave
Comment