0001 # 0002 # After running python setup.py install, run this program from the command 0003 # line like so: 0004 # 0005 # % python2.3 buildapp.py build 0006 # 0007 # A double-clickable IDLE application will be created in the build/ directory. 0008 # 0009 0010 from bundlebuilder import buildapp 0011 0012 buildapp( 0013 name="IDLE", 0014 mainprogram="idle.py", 0015 argv_emulation=1, 0016 iconfile="Icons/idle.icns", 0017 ) 0018
Generated by PyXR 0.9.4