[issue4937] Mac DMG install missing version.plist required by bundlebuilder.py

2009-09-06 Thread Ronald Oussoren
Ronald Oussoren added the comment: This will be fixed in the next release of 2.6 and 2.7: bundlebuilder shouldn't have tried to copy version.plist in the first place. The actual revisions in which this was fixed: r74684 (trunk), r74685 (2.6) -- resolution: -> fixed stage: -> committ

[issue4937] Mac DMG install missing version.plist required by bundlebuilder.py

2009-04-01 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- assignee: -> ronaldoussoren nosy: +ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing

[issue4937] Mac DMG install missing version.plist required by bundlebuilder.py

2009-01-17 Thread Ned Deily
Ned Deily added the comment: As a workaround, you can copy the missing file from a 2.5 (or earlier) Python and edit it, if necessary. sudo cd /Library/Frameworks/Python.framework/Versions/ cp -p 2.5/Resources/version.plist 2.6/Resources/ Or look at the one in the Apple-supplied Python. -

[issue4937] Mac DMG install missing version.plist required by bundlebuilder.py

2009-01-13 Thread Barry Alan Scott
New submission from Barry Alan Scott : 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.