[issue16821] bundlebuilder broken in 2.7

Ronald Oussoren report at bugs.python.org
Mon Dec 31 12:09:12 CET 2012


Ronald Oussoren added the comment:

It probably works because IDLE.app only uses the stdlib (that is, anything imported from the main script is in the stdlib)

The bundlebuilder call for IDLE.app:


$(RUNSHARED) @ARCH_RUN_32BIT@ $(BUILDPYTHON) $(BUNDLEBULDER) \
                --builddir=. \
                --name=IDLE \
                --link-exec \
                --plist=Info.plist \
                --mainprogram=$(srcdir)/idlemain.py \
                --iconfile=$(srcdir)/../Icons/IDLE.icns \
                --resource=$(srcdir)/../Icons/PythonSource.icns \
                --resource=$(srcdir)/../Icons/PythonCompiled.icns \
                --python=$(prefix)/Resources/Python.app/Contents/MacOS/Python \
                build


I don't have time to look into this right now, maybe in a couple of weeks.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16821>
_______________________________________


More information about the Python-bugs-list mailing list