[Avida-SVN] r2164 - branches/developers/avida-edward/source/python

kaben at myxo.css.msu.edu kaben at myxo.css.msu.edu
Tue Oct 30 19:33:33 PDT 2007


Author: kaben
Date: 2007-10-30 22:33:33 -0400 (Tue, 30 Oct 2007)
New Revision: 2164

Modified:
   branches/developers/avida-edward/source/python/setup_osx.py.in
Log:
Fixed a bug where the Avida-ED logo splash screen couldn't be drawn because the
image file was missing.


Modified: branches/developers/avida-edward/source/python/setup_osx.py.in
===================================================================
--- branches/developers/avida-edward/source/python/setup_osx.py.in	2007-10-31 02:31:15 UTC (rev 2163)
+++ branches/developers/avida-edward/source/python/setup_osx.py.in	2007-10-31 02:33:33 UTC (rev 2164)
@@ -17,13 +17,13 @@
 # commit their changes). The variable to change is py2app.util.SCMDIRS,
 # which usually reads ['CVS', '.svn'].
 # 
-py2app.util.SCMDIRS=['CVS']
+#py2app.util.SCMDIRS=['CVS']
 
 # Hack, similar to above in purpose, for an earlier version of py2app.
 #
-def do_not_skip_scm(ofn):
-  return True
-py2app.util.skipscm = do_not_skip_scm
+#def do_not_skip_scm(ofn):
+#  return True
+#py2app.util.skipscm = do_not_skip_scm
 
 # Tell Python where to find Avida and Avida-ED python modules and packages.
 avida_ed_python_basedir = '${CMAKE_CURRENT_SOURCE_DIR}'
@@ -38,7 +38,7 @@
     # Options for py2app
     py2app = dict(
       # Python modules to copy :
-      includes = ['iqt', 'qt', 'qwt', 'readline', 'unittest', 'IPython', 'AvidaGui2', 'AvidaCore'],
+      includes = ['iqt', 'sip', 'qt', 'qwt', 'readline', 'unittest', 'IPython', 'AvidaGui2', 'AvidaCore'],
       # Python packages to copy :
       packages = ['IPython', 'AvidaGui2'],
       # Additional frameworks and dylibs to include
@@ -48,6 +48,7 @@
       # Extra files and folders to  :copy into Resources subdirectory
       resources = [
         '${CMAKE_CURRENT_SOURCE_DIR}/AvidaGui2/avidalogo.png',
+        '${CMAKE_CURRENT_SOURCE_DIR}/AvidaGui2/avida-ED-logo.png',
         '${CMAKE_CURRENT_SOURCE_DIR}/AvidaGui2/open.png',
         '${CMAKE_CURRENT_SOURCE_DIR}/AvidaGui2/closed.png',
         '${CMAKE_CURRENT_SOURCE_DIR}/default.workspace',




More information about the Avida-cvs mailing list