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

kaben@myxo.css.msu.edu kaben at myxo.css.msu.edu
Tue Nov 29 11:44:54 PST 2005


Author: kaben
Date: 2005-11-29 14:44:54 -0500 (Tue, 29 Nov 2005)
New Revision: 407

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

Removing 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 18:13:05 UTC (rev 406)
+++ branches/developers/avida-edward/source/python/setup_osx.py.in	2005-11-29 19:44:54 UTC (rev 407)
@@ -38,9 +38,9 @@
     # Options for py2app
     py2app = dict(
       # Python modules to copy :
-      includes = ['iqt', 'qt', 'qwt', 'readline', 'unittest', 'IPython', 'AvidaGui2', 'AvidaCore'],
+      includes = ['iqt', 'qt', 'qwt', 'readline', 'unittest', 'AvidaGui2', 'AvidaCore'],
       # Python packages to copy :
-      packages = ['IPython', 'AvidaGui2'],
+      packages = ['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