From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: lwsn on osx
   Date: Mon, 31 Oct 2005 22:39:08 -0800
Msg# 1077
View Complete Thread (15 articles) | All Threads
Last Next
jance wrote:
Can't exec "lwsn": No such file or directory at /jobs/rushscripts/.common.pl line 224.

	Sounds like the 'lwsn' executable is not in the path.

	If you know the path to the lwsn executable, eg. "/Applications/Lightwave/bin/lwsn",
	then add just the directory part of the pathname to the 'OSX' section at the top of the script:

elsif ( $G::ismac )
{
    # OSX
    $ENV{PATH} = "/Applications/Lightwave/bin:$ENV{PATH}";
}

	..so that it can find the path to the executable.

	This is, of course, assuming that Lightwave for MacOSX has a
	command line tool for rendering; I've never tested this.

	Try testing the 'lwsn' from the command line first.
	If you're unable to get 'lwsn' to work from the command line,
	check [NewTek's] docs regarding lwsn setup, or with [NewTek's]
	tech support regarding how to get lwsn to work from the OSX unix shell.


--
Greg Ercolano, erco@(email surpressed)
Rush Render Queue, http://seriss.com/rush/
Tel: (Tel# suppressed)
Cel: (Tel# suppressed)
Fax: (Tel# suppressed)

Last Next