Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To fix this error, you need to launch Idle from the command line.

Windows:

 

cd “C:\Program Files\Imatest\v4.5\IT\samples\python\”
C:\Python27\Lib\idlelib\idle.py colorcheck_example.py

Linux: 

cd /usr/local/Imatest/v4.5/IT/samples/python/colorcheck
idle colorcheck_example.py

...