commit-gnue
[Top][All Lists]
Advanced

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

gnue navigator/setup.py reports/setup.py


From: Jason Cater
Subject: gnue navigator/setup.py reports/setup.py
Date: Thu, 18 Apr 2002 11:12:32 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/04/18 11:12:31

Modified files:
        navigator      : setup.py 
        reports        : setup.py 

Log message:
        [WO #30] removed PyXML checks from the setup scripts

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/navigator/setup.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/reports/setup.py.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gnue/navigator/setup.py
diff -c gnue/navigator/setup.py:1.2 gnue/navigator/setup.py:1.3
*** gnue/navigator/setup.py:1.2 Wed Feb 13 15:38:42 2002
--- gnue/navigator/setup.py     Thu Apr 18 11:12:31 2002
***************
*** 1,7 ****
  #!/usr/bin/env python
  #
- # Copyright 2001 Free Software Foundation
- #
  # This file is part of GNU Enterprise.
  #
  # GNU Enterprise is free software; you can redistribute it
--- 1,5 ----
***************
*** 19,24 ****
--- 17,24 ----
  # write to the Free Software Foundation, Inc., 59 Temple Place
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
+ # Copyright 2001-2002 Free Software Foundation
+ #
  
  import sys
  import string
***************
*** 91,111 ****
  #http://www.gnuenterprise.org/download.php
  #"""
  #    sys.exit()
- 
-   # Verify that PyXML is installed
-   try:
-     print "Checking for PyXML....",
-     from xml.sax import saxexts
-     from xml.sax import saxlib
-     print "OK"
-   except ImportError:
-     print """
- Your system does not appear to have the
- PyXML module installed.  GNUe Navigator will
- not function without it.  It is available
- at http://sourceforge.net/projects/pyxml
- """
-     sys.exit()
  
  
  
--- 91,96 ----
Index: gnue/reports/setup.py
diff -c gnue/reports/setup.py:1.3 gnue/reports/setup.py:1.4
*** gnue/reports/setup.py:1.3   Mon Nov  5 21:29:50 2001
--- gnue/reports/setup.py       Thu Apr 18 11:12:31 2002
***************
*** 144,151 ****
  Make sure and create update the html and text docs
  prior to creating the source distribution.
  """
!   raw_input ("Press Control-D to abort or any other key to continue") 
!   
  if ('build' in sys.argv) or ('install' in sys.argv):
    # Verify that gnue-common is installed
  #  try:
--- 144,151 ----
  Make sure and create update the html and text docs
  prior to creating the source distribution.
  """
!   raw_input ("Press Control-D to abort or any other key to continue")
! 
  if ('build' in sys.argv) or ('install' in sys.argv):
    # Verify that gnue-common is installed
  #  try:
***************
*** 164,184 ****
  #http://www.gnuenterprise.org/download.php
  #"""
  #    sys.exit()
- 
-   # Verify that PyXML is installed
-   try:
-     print "Checking for PyXML....",
-     from xml.sax import saxexts
-     from xml.sax import saxlib
-     print "OK"
-   except ImportError:
-     print """
- Your system does not appear to have the
- PyXML module installed.  GNUe Reports will
- not function without it.  It is available
- at http://sourceforge.net/projects/pyxml
- """
-     sys.exit()
  
  
  class my_build_scripts(build_scripts): 
--- 164,169 ----



reply via email to

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