/external/python/cpython2/Mac/scripts/ |
BuildApplet.plist | 27 <string>BuildApplet</string> 31 <string>BuildApplet.icns</string> 33 <string>org.python.buildapplet</string>
|
BuildApplet.py | 36 buildapplet() 44 def buildapplet(): function 126 print "BuildApplet creates an application from a Python source file" 128 print " BuildApplet interactive, single file, no options" 129 print " BuildApplet src1.py src2.py ... non-interactive multiple file" 130 print " BuildApplet [options] src.py non-interactive single file"
|
/external/python/cpython2/Lib/plat-mac/ |
appletrunner.py | 3 # BuildApplet will use it as the main executable in the .app bundle if
|
appletrawmain.py | 5 # emulation, by BuildApplet and friends. 30 # by BuildApplet.py with the --extra option show up, and if those files are
|
buildtools.py | 1 """tools for BuildApplet and BuildApplication""" 83 raise BuildError, "BuildApplet could destroy your sourcefile on OSX, please rename: %s" % filename
|
EasyDialogs.py | 248 # of EasyDialogs, like BuildApplet, will do the right thing.
|
bundlebuilder.py | 821 (eg. org.python.BuildApplet; this is used for [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
appletrunner.py | 3 # BuildApplet will use it as the main executable in the .app bundle if
|
appletrawmain.py | 5 # emulation, by BuildApplet and friends. 30 # by BuildApplet.py with the --extra option show up, and if those files are
|
buildtools.py | 1 """tools for BuildApplet and BuildApplication""" 83 raise BuildError, "BuildApplet could destroy your sourcefile on OSX, please rename: %s" % filename
|
bundlebuilder.py | 821 (eg. org.python.BuildApplet; this is used for [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
appletrunner.py | 3 # BuildApplet will use it as the main executable in the .app bundle if
|
appletrawmain.py | 5 # emulation, by BuildApplet and friends. 30 # by BuildApplet.py with the --extra option show up, and if those files are
|
buildtools.py | 1 """tools for BuildApplet and BuildApplication""" 83 raise BuildError, "BuildApplet could destroy your sourcefile on OSX, please rename: %s" % filename
|
bundlebuilder.py | 821 (eg. org.python.BuildApplet; this is used for [all...] |
/external/python/cpython2/Mac/Demo/ |
example2.html | 18 when building a python applet since BuildApplet will substitute default resources 29 to some incorrectness on the side of "BuildApplet", I am not sure. There is one 138 drop it onto "BuildApplet", located in the Python home 149 If you need slightly more control over the BuildApplet process you can
|
/external/python/cpython2/Doc/library/ |
undoc.rst | 81 :mod:`buildtools` --- Helper module for BuildApplet and Friends 86 :synopsis: Helper module for BuildApplet, BuildApplication and macfreeze.
|
/external/python/cpython2/Mac/ |
Makefile.in | 234 $(RUNSHARED) @ARCH_RUN_32BIT@ $(BUILDPYTHON) $(srcdir)/scripts/BuildApplet.py \ 238 $(srcdir)/scripts/BuildApplet.py && \
|
README | 275 the EasyDialogs module making BuildApplet unusable as an app. It will
|
/external/python/cpython2/Misc/ |
HISTORY | [all...] |