Frank, The Path was set up correctly as you can see below
$ which python which: no python in (/cygdrive/c/Python26:/cygdrive/c/Python26/Scripts:/cygdrive /c/Program Files/Graphviz2.22/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/c ygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem :/cygdrive/c/Program Files/Common Files/Lenovo:/cygdrive/c/Program Files/ATI Tec hnologies/ATI.ACE/Core-Static:/cygdrive/c/Program Files/ThinkPad/ConnectUtilitie s:/cygdrive/c/Program Files/Lenovo/Client Security Solution:/cygdrive/c/WINDOWS/ system32/WindowsPowerShell/v1.0) $ python -V bash: python: command not found I tried to make 2 alias one for python.exe called "python" and the second for dot.exe called "dot" here is what I get: $ make prepare /bin/sh: python: command not found /bin/sh: python: command not found "python" tools/pygettext.py --output-dir i18n.in taskcoachlib /bin/sh: python: command not found make: *** [i18n.in/messages.pot] Error 127 $ make dot epydoc /bin/sh: python: command not found /bin/sh: python: command not found "python" dot.py taskcoachlib/gui/viewer > dot.out/viewer.dot /bin/sh: python: command not found make: *** [dot] Error 127 Well obviously i have no python file and probably this is not the only file missing. About the viewer, you're right I meant task description viewer. Damien --- In [email protected], Frank Niessink <fr...@...> wrote: > > Hi Damien, > > 2009/5/13 membrede <damien.teyss...@...>: > > > > Well I use Python 2.6.2 for Windows, > > and the Path was set up correctly both in cygwin and in Windows. > > > 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. > > Well, apparently the path is not set up correctly in cygwin... Did you > follow my instructions? What happens when you invoke python on the > cygwin prompt? Please open a cygwin bash shell and type the following > and copy the result in your reply: > $ which python > $ python -V > > > > By the way I will try to program a task decryption viewer, does anybody > > work on it already? > > What is a task decryption viewer? Or did you mean task description viewer? > > Cheers, Frank >
