commit-gnue
[Top][All Lists]
Advanced

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

gnue-forms setup.py


From: Jan Ischebeck
Subject: gnue-forms setup.py
Date: Tue, 28 Oct 2003 04:45:38 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue-forms
Branch:         
Changes by:     Jan Ischebeck <address@hidden>  03/10/28 04:45:38

Modified files:
        .              : setup.py 

Log message:
        add install check for win32all uidriver

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-forms/setup.py.diff?tr1=1.91&tr2=1.92&r1=text&r2=text

Patches:
Index: gnue-forms/setup.py
diff -c gnue-forms/setup.py:1.91 gnue-forms/setup.py:1.92
*** gnue-forms/setup.py:1.91    Tue Oct 21 12:03:45 2003
--- gnue-forms/setup.py Tue Oct 28 04:45:38 2003
***************
*** 21,27 ****
  # write to the Free Software Foundation, Inc., 59 Temple Place
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
! # $Id: setup.py,v 1.91 2003/10/21 16:03:45 reinhard Exp $
  
  import sys
  import os
--- 21,27 ----
  # write to the Free Software Foundation, Inc., 59 Temple Place
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
! # $Id: setup.py,v 1.92 2003/10/28 09:45:38 siesel Exp $
  
  import sys
  import os
***************
*** 189,194 ****
--- 189,204 ----
        print 'not found.'
      except RuntimeError:
        print 'found (but X is not running).'
+       UIOK = 1
+ 
+     # win32ui
+     print "checking win32all extensions: ",
+     try:
+       import win32ui
+       UIOK = 1
+       print 'ok.'
+     except ImportError:
+       print 'not found.'
        UIOK = 1
  
      # FIXME: We have more UIDrivers, add check for qt!




reply via email to

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