commit-gnue
[Top][All Lists]
Advanced

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

gnue/common/src GParser.py


From: James Thompson
Subject: gnue/common/src GParser.py
Date: Wed, 19 Jun 2002 16:48:20 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Branch:         common-0-3-patches
Changes by:     James Thompson <address@hidden> 02/06/19 16:48:20

Modified files:
        common/src     : GParser.py 

Log message:
        backported - Import error was still telling user to install PyXML which 
is wrong.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/GParser.py.diff?only_with_tag=common-0-3-patches&tr1=1.39&tr2=1.39.2.1&r1=text&r2=text

Patches:
Index: gnue/common/src/GParser.py
diff -c gnue/common/src/GParser.py:1.39 gnue/common/src/GParser.py:1.40
*** gnue/common/src/GParser.py:1.39     Tue Jun  4 14:46:46 2002
--- gnue/common/src/GParser.py  Wed Jun 19 16:47:49 2002
***************
*** 34,43 ****
    import xml.sax
  except ImportError:
    print """
!    This GNUe tool requires PyXML to be installed.
!    Please download and install PyXML from:
  
!       http://pyxml.sourceforge.net/
  
  """
  
--- 34,45 ----
    import xml.sax
  except ImportError:
    print """
!    This GNUe tool requires pythons XML module be installed.
!    Typically this is the case, however some GNU/Linux distro's
!    like Debian distribute this as a seperate package
  
!    To install this package...
!      On Debian: apt-get install python-xml
  
  """
  



reply via email to

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