This seems to be a common problem, but I cant seem to fin a solution that works. My PATH is set with C:\Python26\Scripts;C:\Python26\Lib and PYTHONPATH is similarly set. Any suggestions would be very much appreciated.
python CellProfiler.py –help
python: cant open file ‘CellProfiler.py’: [Errno 2] No such file or directory.
Try running
CellProfiler.py --helpdirectly from the command line.This will work, if you’ve installed Python via the installer, which registers the .py file extension as executable, and therefore Windows searches in
PATHif you try to execute one.