[Avida-cvs] [Avida2-svn] r408 - branches/developers/avida-edward/source/python

avidaedward@myxo.css.msu.edu avidaedward at myxo.css.msu.edu
Tue Nov 29 15:05:37 PST 2005


Author: avidaedward
Date: 2005-11-29 18:05:37 -0500 (Tue, 29 Nov 2005)
New Revision: 408

Modified:
   branches/developers/avida-edward/source/python/setup_osx.py.in
Log:

Restored IPython support. Now is not a great time to remove IPython support.



Modified: branches/developers/avida-edward/source/python/setup_osx.py.in
===================================================================
--- branches/developers/avida-edward/source/python/setup_osx.py.in	2005-11-29 19:44:54 UTC (rev 407)
+++ branches/developers/avida-edward/source/python/setup_osx.py.in	2005-11-29 23:05:37 UTC (rev 408)
@@ -38,9 +38,9 @@
     # Options for py2app
     py2app = dict(
       # Python modules to copy :
-      includes = ['iqt', 'qt', 'qwt', 'readline', 'unittest', 'AvidaGui2', 'AvidaCore'],
+      includes = ['iqt', 'qt', 'qwt', 'readline', 'unittest', 'IPython', 'AvidaGui2', 'AvidaCore'],
       # Python packages to copy :
-      packages = ['AvidaGui2'],
+      packages = ['IPython', 'AvidaGui2'],
       # Additional frameworks and dylibs to include
       #frameworks = ['libqt-mt.3.dylib'],
       # Subdirectory in which Avi :da-ED.app should be assembled




More information about the Avida-cvs mailing list