Add code to start up a Python console during Py module init, but disabled by default.

If a python console is wanted, change the last section
of src/python/init.py to "if True:".

From: Andy Clayton <q3aiml@gmail.com>

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20471 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2011-03-24 20:10:45 +00:00
parent 1874219672
commit a3443e4f90
11 changed files with 1315 additions and 1 deletions

View File

@@ -1388,6 +1388,7 @@ AC_CONFIG_FILES(
src/optional/python-bindings/tests/Makefile
src/pixmaps/Makefile
src/python/Makefile
src/python/pycons/Makefile
src/quotes/Makefile
src/register/Makefile
src/register/ledger-core/Makefile