[ptx] Re: trouble with Autopano-sift using Hugin for OS X
Brett Elliott
brette at cinci.rr.com
Sat Jan 7 00:45:54 GMT 2006
I believe I've found the problem. At the top of the script, there is
a call made to the "dirname" shell command that will extract a
directory name from a string.
Here's the code:
AUTOPANO_PATH=$(dirname $(which generatekeys.exe))
If generatekeys.exe isn't in your path, the call to dirname will
fail. I'm not an sh coder at all, so I have no clue how to implement
a fix, but I think it would go something like this:
GENERATE_KEYS =$(which generatekeys.exe)
Validate GENERATE_KEYS
AUTOPANO_PATH=$(dirname GENERATE_KEYS)
Short version: copy the contents of bin to someplace in your path.
Regards,
Brett
> Bhima Pandava wrote:
>
> >Hi,
> >
> >I am having trouble with getting Hugin to use Autopano.
> >
> >The readme tells me to modify the Autopano.complete.sh script but
> >regardless of what I do I always get this error "Usage Dirname
> >Path"...
> >
> >Which I find quite odd as it is not the usage that's in in script.
> >
> >Can anyone help me out?
> >Thanks
> >Bhima
> >
> >
> >
> I don't suppose you are trying to run autopano.complete.sh using
> pictures from a directory which has spaces in it's name?
> Certainly on my linux box autopano.complete.sh doesn't like this and
> throws an error message about not finding the files.
>
> Perhaps this is what's wrong?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.email-lists.org/pipermail/ptx/attachments/20060106/9496f12d/attachment.html
More information about the ptx
mailing list