Hi,
I'm trying to install and use TuttleOFX on Windows 7 x64. I have downloaded the latest binaries ;
TuttleOFX_win7_64_v0.8-1-g9daa09f
And unpacked the contents on disk. I have a working Python 2.7.8 installation, with my path env var pointing to the python installation (C:\Python27\,C:\Python27\Scripts\,C:\Python27\Lib).
I've done a slight edit of the sam.bat file:
set TUTTLE_ROOT=%~dp0
set TUTTLE_HOME=%~dp0\cache_tuttleofxRelease
if not exist %TUTTLE_HOME% mkdir %TUTTLE_HOME%
python.exe "%TUTTLE_ROOT%/sam.py" %*
Now when I execute sam.bat in a shell I get this output :
NAME
sam - A set of command line tools.
SYNOPSIS
sam COMMAND [options]...
COMMANDS
check.exe check image files
cp.exe copy sequence(s) in a directory
diff.exe diff image files
do.exe ImportError: No module named site
info.exe get informations about a sequence
ls.exe list directory contents
mv.exe move sequence(s) in a directory
plugins.exeshow informations about OpenFX plugins
rm.exe remove file sequences
DESCRIPTION
Sam is the TuttleOFX command line tool to manage image processing.
OPTIONS
-h [ --help ] display help
-v [ --version ] display version
-c [ --commands ] show list of all available sam commands
--color display the output with colors
As you can see most commands work but the do command has an import problem.
Can someone please help me with this ?
Regards.
Donat Van Bellinghen