Hello, Well I use Python 2.6.2 for Windows, and the Path was set up correctly both in cygwin and in Windows.
Actually, I already manage to get taskcoach work properly, by converting the makefile into batch files; the steps Clemens point out worked pretty well. But I didn't manage to get the documentation and the graph by converting the makefile. Nevertheless, even if I can start hacking taskcoach, I really think the most convenient way is to use make. And I really don't understand why it doesn't work properly. By the way I will try to program a task decryption viewer, does anybody work on it already? Cheers, Damien --- In [email protected], Frank Niessink <fr...@...> wrote: > > 2009/5/12 membrede <damien.teyss...@...>: > > Hello, > > > > Please see below what I get: > > > > $ make prepare > > /bin/sh: python: command not found > > I am assuming you have Python (version 2.5 or 2.6) installed for > Windows (from http://www.python.org/download/). By default, Python > installs to C:\Python25. I usually install it in C:\Program > Files\Python25. > > You need to tell cygwin to use the Windows Python version by changing > the path it uses to look up commands. Open a file explorer and go to > your cygwin home dir, usually C:\cygwin\home\<your username>. Open the > .bash_profile with Notepad. Add this line to the end of the file: > > PATH=/cygdrive/c/Program\ Files/Python25:/cygdrive/c/Program\ > Files/Python25/Scripts:/cygdrive/c/Program\ Files/Graphviz\ > 2.21/bin:${PATH} > > (This is assuming python is installed in C:\Program Files\Python25 and > that GraphViz is installed as well, adapt as needed). > > Save the file, open a new bash terminal and try again. > > Cheers, Frank >
