View Single Post
Quote:
Originally Posted by nickwild View Post
Hi,

When I edit the script in Xcode I get command not available. ANy ideas what the problem might be?
Thanks
Nick
I'd hazard a guess that you might have missed a step of the installation instructions here or perhaps got the path wrong.

Have you:

1. Modified ofexport so the path to ofexport.py is correct?
2. Set execute permission on ofexport ("chmod +x ofexport")?
3. Modified your $PATH variable so your installation folder is on your path?

If you're running terminal and in your installation directory, type "bash ofexport" on the command line. If it prints out it's options then (1) is OK.

If you type "./ofexport" and it prints it's options then (2) is OK.

Otherwise I'd suspect (3).