Cannot build Python 2.4.2 for Cygwin

2005-12-28 Thread Micheal . LeVine
/posixmodule.o(.text+0x131b): In function `posix_fdatasync': /cygdrive/c/WINDOWS/Temp/Python-2.4.2/Modules/posixmodule.c:541: undefined reference to `_fdatasync' collect2: ld returned 1 exit status make: *** [libpython2.4.dll.a] Error 1 Does anyone have an idea what is wrong? Miche

os.path.walk

2005-04-12 Thread Micheal
If I have os.path.walk(name, processDirectory, None) and processDirectory needs three arguments how can I ass them because walk only takes 3? -- http://mail.python.org/mailman/listinfo/python-list