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
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio