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 <[email protected]>
<http://bugs.python.org/issue16821>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com