[Checkins] SVN: Sandbox/philikon/zopeproject/trunk/ Added a bin/python script that mimicks an interpreter

Philipp von Weitershausen philikon at philikon.de
Sat Sep 29 08:01:10 EDT 2007


Log message for revision 80385:
  Added a bin/python script that mimicks an interpreter
  

Changed:
  U   Sandbox/philikon/zopeproject/trunk/CHANGES.txt
  U   Sandbox/philikon/zopeproject/trunk/README.txt
  U   Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/buildout.cfg_tmpl

-=-
Modified: Sandbox/philikon/zopeproject/trunk/CHANGES.txt
===================================================================
--- Sandbox/philikon/zopeproject/trunk/CHANGES.txt	2007-09-29 11:51:05 UTC (rev 80384)
+++ Sandbox/philikon/zopeproject/trunk/CHANGES.txt	2007-09-29 12:01:09 UTC (rev 80385)
@@ -10,6 +10,8 @@
 
 * The ``--no-buildout`` option is no longer ignored now.
 
+* Added a ``bin/python`` script that mimicks an interpreter.
+
 0.4 (2007-09-15)
 ----------------
 

Modified: Sandbox/philikon/zopeproject/trunk/README.txt
===================================================================
--- Sandbox/philikon/zopeproject/trunk/README.txt	2007-09-29 11:51:05 UTC (rev 80384)
+++ Sandbox/philikon/zopeproject/trunk/README.txt	2007-09-29 12:01:09 UTC (rev 80385)
@@ -185,6 +185,8 @@
   This directory contains all executable scripts, e.g for starting the
   application (``paster``), installing or reinstalling dependencies
   (``buildout``), or invoking the debug prompt (``helloworld-debug``).
+  It also contains a script (``python``) that invokes the standard
+  interpreter prompt with all packages on the module search path.
 
 ``src/``
   This directory contains the Python package(s) of your application.
@@ -316,6 +318,13 @@
 Debugging
 =========
 
+The interpreter prompt
+----------------------
+
+Use the ``bin/python`` script if you'd like test some components from
+the interpreter prompt and don't need the component registrations nor
+access to the ZODB.  If you do need those, go on to the next section.
+
 The interactive debug prompt
 ----------------------------
 

Modified: Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/buildout.cfg_tmpl
===================================================================
--- Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/buildout.cfg_tmpl	2007-09-29 11:51:05 UTC (rev 80384)
+++ Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/buildout.cfg_tmpl	2007-09-29 12:01:09 UTC (rev 80385)
@@ -13,6 +13,7 @@
        Paste
        PasteScript
        PasteDeploy
+interpreter = python
 
 [test]
 recipe = zc.recipe.testrunner



More information about the Checkins mailing list