[Pythonmac-SIG] installation problem?

Richard Bornat richard@dcs.qmul.ac.uk
Tue, 13 Aug 2002 17:30:35 +0100


Checked out python from CVS a couple of hours ago, using MacCVS and 
making almost everything look like a BBEdit file.  configure worked fine 
(once I'd chmod +x'd it).  Make worked perfectly.  make frameworkinstall 
seemed to be going fine (once I'd chmod +x'd ./Lib/plat-darwin/regen) 
but it didn't complete ... I get the message

/usr/bin/install -c -m 644 ./Mac/OSX/Mac.pth 
/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/
./python.exe ./Mac/scripts/cachersrc.py -v 
/Library/Frameworks/Python.framework/Versions/2.3/Mac/Lib 
/Library/Frameworks/Python.framework/Versions/2.3/Mac/Tools
Traceback (most recent call last):
   File "./Mac/scripts/cachersrc.py", line 44, in ?
     main()
   File "./Mac/scripts/cachersrc.py", line 41, in main
     os.path.walk(dir, handler, (verbose, force))
   File "./Lib/posixpath.py", line 284, in walk
     walk(name, func, arg)
   File "./Lib/posixpath.py", line 276, in walk
     func(arg, top, names)
   File "./Mac/scripts/cachersrc.py", line 23, in handler
     macresource.open_pathname(os.path.join(dirname, fn), verbose=verbose)
   File 
"/Library/Frameworks/Python.framework/Versions/2.3/Mac/Lib/macresource.py"
, line 84, in open_pathname
     refno = Res.FSOpenResourceFile(pathname, u'', 1)
MacOS.Error: (-39, 'Mac OS error code -39')
make[1]: *** [installmacsubtree] Error 1
make: *** [frameworkinstallmaclib] Error 2

Others report that it all builds and installs fine.  Please, what am I 
doing wrong?

Richard Bornat