commit-gnue
[Top][All Lists]
Advanced

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

gnue-forms setup.py


From: Reinhard Mueller
Subject: gnue-forms setup.py
Date: Sun, 05 Oct 2003 05:35:57 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-forms
Branch:         
Changes by:     Reinhard Mueller <address@hidden>       03/10/05 05:35:57

Modified files:
        .              : setup.py 

Log message:
        Remove "import wxPython" because it fails if we don't run under X.

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

Patches:
Index: gnue-forms/setup.py
diff -c gnue-forms/setup.py:1.86 gnue-forms/setup.py:1.87
*** gnue-forms/setup.py:1.86    Sat Oct  4 16:40:22 2003
--- gnue-forms/setup.py Sun Oct  5 05:35:57 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.86 2003/10/04 20:40:22 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.87 2003/10/05 09:35:57 reinhard Exp $
  
  import sys
  import os
***************
*** 123,134 ****
        pass
  
      # wxPython
!     print "checking wxPython library"
!     try:
!       from wxPython.wx import *
!       UIOK = 1
!     except ImportError:
!       pass
  
      # FIXME: We have more UIDrivers!
  
--- 123,134 ----
        pass
  
      # wxPython
! #   print "checking wxPython library"
! #   try:
! #     from wxPython.wx import *
! #     UIOK = 1
! #   except ImportError:
! #     pass
  
      # FIXME: We have more UIDrivers!
  




reply via email to

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