/[gnue]/gnue-appserver/setup.py
ViewVC logotype

Diff of /gnue-appserver/setup.py

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

revision 1.32 by reinhard, Mon Oct 6 18:16:08 2003 UTC revision 1.33 by reinhard, Sat Oct 18 21:46:00 2003 UTC
# Line 163  class setup (GSetup): Line 163  class setup (GSetup):
163        sys.exit (1)        sys.exit (1)
164    
165      # -------------------------------------------------------------------------      # -------------------------------------------------------------------------
166        # mx.DateTime
167        try:
168          print "checking Python mx.DateTime library"
169          import mx.DateTime
170        except ImportError:
171          print "---"
172          print "Could not import the mx.DateTime package.  " \
173                + "Please install the Egenix mx tools library."
174          print "The file 'INSTALL' contains more information about dependencies."
175          sys.exit (1)
176    
177        # -------------------------------------------------------------------------
178      # Verify at least one RPC driver is installed      # Verify at least one RPC driver is installed
179      RPCOK = 0      RPCOK = 0
180    

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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