Brandt, Servatius wrote: > The stat values do not make any sense. It seems that the value used for > the mode is really the numbers of links (I created the two empty > /usr/local... directories to prevent the os.error exception):
That sort of suggests that the definition of the stat struct is not what your build expects. If you used the configure script to generate the makefile, you should check whether any #define's modify the definition of this struct (usually in /usr/include/sys/stat.h), assuming configure found your system's stat.h, and see whether any such defines are set in your ./configure'd pyconfig.h. You may have to dig deeper still. ------------------------------------------------------------------------- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: [EMAIL PROTECTED] (pref) | Snail: PO Box 370 [EMAIL PROTECTED] (alt) | Belconnen ACT 2616 Web: http://www.andymac.org/ | Australia -- http://mail.python.org/mailman/listinfo/python-list