commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6508 - grc/trunk/src


From: jblum
Subject: [Commit-gnuradio] r6508 - grc/trunk/src
Date: Sun, 23 Sep 2007 14:41:59 -0600 (MDT)

Author: jblum
Date: 2007-09-23 14:41:58 -0600 (Sun, 23 Sep 2007)
New Revision: 6508

Modified:
   grc/trunk/src/Editor.py
Log:
removed gtk import test (problems in python 2.4)

Modified: grc/trunk/src/Editor.py
===================================================================
--- grc/trunk/src/Editor.py     2007-09-23 17:17:02 UTC (rev 6507)
+++ grc/trunk/src/Editor.py     2007-09-23 20:41:58 UTC (rev 6508)
@@ -38,7 +38,7 @@
        (options, args) = parser.parse_args()   
        # "test" import modules that this program will use #
        error = False
-       for module in ('pygtk', 'gtk', 'wx', 'numpy', 'xml.dom.minidom', 
'xml.dom.ext', 'gnuradio', 'gnuradio.gr.hier_block2'):
+       for module in ('pygtk', 'wx', 'numpy', 'xml.dom.minidom', 
'xml.dom.ext', 'gnuradio', 'gnuradio.gr.hier_block2'):
                try: __import__(module)         
                except ImportError: #print error
                        error = True





reply via email to

[Prev in Thread] Current Thread [Next in Thread]