Issue 4937: Mac DMG install missing version.plist required by bundlebuilder.py (original) (raw)

I installed mac python 2.6.1 on Mac OS X 10.5.6

I then ran my pysvn workbench kitting script that uses bundlebuilder.py. It fails because version.plist is not installed.

Traceback (most recent call last): File "make_wb_bundle.py", line 91, in myapp.build() File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/bundlebuilder.py", line 163, in build self._copyFiles() File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/bundlebuilder.py", line 218, in _copyFiles copy(src, dst, mkdirs=1) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/bundlebuilder.py", line 758, in copy shutil.copy2(src, dst) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/shutil.py", line 99, in copy2 copyfile(src, dst) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/shutil.py", line 52, in copyfile fsrc = open(src, 'rb') IOError: [Errno 2] No such file or directory: '/Library/Frameworks/Python.framework/Versions/2.6/Resources/version.plist'