/[papo]/gnue/navigator/src/UIwxpython.py
ViewVC logotype

Diff of /gnue/navigator/src/UIwxpython.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by styxman, Fri Nov 8 17:18:18 2002 UTC revision 1.4.4.1 by anthonyl, Tue Mar 4 22:33:15 2003 UTC
# Line 1  Line 1 
1  #  #
2  # Copyright 2002 Free Software Foundation  # Copyright 2002-2003 Free Software Foundation
3  #  #
4  # This file is part of GNU Enterprise.  # This file is part of GNU Enterprise.
5  #  #
# Line 41  try: Line 41  try:
41    from gnue.forms.GFInstance import GFInstance    from gnue.forms.GFInstance import GFInstance
42    from gnue.forms import GFParser    from gnue.forms import GFParser
43    from gnue.forms.uidrivers import wx as ui    from gnue.forms.uidrivers import wx as ui
44      FORMS_SUPPORT=0
45  except ImportError:  except ImportError:
46    raise 'GNUe Forms is not installed on your system'    FORMS_SUPPORT=1
47      print 'GNUe Forms is not installed on your system'
48    
49  images_dir = GConfig.getInstalledBase('forms_images','common_images') + '/'  images_dir = GConfig.getInstalledBase('forms_images','common_images') + '/'
50  print images_dir  print images_dir

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26