commit-gnue
[Top][All Lists]
Advanced

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

gnue/gnue-common README setup.py


From: Jason Cater
Subject: gnue/gnue-common README setup.py
Date: Thu, 23 Aug 2001 18:46:06 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/08/23 18:46:06

Modified files:
        gnue-common    : README setup.py 

Log message:
        Updated docs

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/README.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/setup.py.diff?cvsroot=OldCVS&tr1=1.16&tr2=1.17&r1=text&r2=text

Patches:
Index: gnue/gnue-common/README
diff -u gnue/gnue-common/README:1.1 gnue/gnue-common/README:1.2
--- gnue/gnue-common/README:1.1 Wed Apr 11 09:43:44 2001
+++ gnue/gnue-common/README     Thu Aug 23 18:46:06 2001
@@ -2,4 +2,4 @@
 and the other python dependent parts of GNUe to work.  Please 
 see INSTALL for installation instructions.
 
-It contains shared files and images for GNUe apps.
\ No newline at end of file
+It contains shared files and images for GNUe apps.
Index: gnue/gnue-common/setup.py
diff -u gnue/gnue-common/setup.py:1.16 gnue/gnue-common/setup.py:1.17
--- gnue/gnue-common/setup.py:1.16      Sun Aug 12 12:55:26 2001
+++ gnue/gnue-common/setup.py   Thu Aug 23 18:46:06 2001
@@ -106,25 +106,19 @@
 if 'install' in sys.argv:
   print """
   Note:
-  Warnings about the files not being installed in pythons search path can be 
ignored.
-
-  You must now go to gnue install area (typically /usr/local/gnue ) and create 
a 
-  etc/gnue.conf file if you do not already have one.  A sample is provided in 
that
-  directory that you can typically just rename.
-
-  IMPORTANT: The shared python components of GNUe have moved.  If you have 
installed
-  any previous versions of GNUe python apps (GNUe Forms, GNUe Common, or the 
obsolete
-  GNUe Base) then you *must* remove the gnue dir from your python installs 
site-packages
-  directory.  Typically this can be found at 
/usr/lib/python1.5/site-packages/gnue
+  Warnings about the files not being installed in pythons search path can be
+  ignored. You must now go to gnue install area (typically /usr/local/gnue ) 
+  and create an etc/gnue.conf file if you do not already have one.  A sample 
+  is located in that directory that you can typically just rename.
+
+  IMPORTANT: The shared python components of GNUe have moved.  If you have 
+  installed any previous versions of GNUe python apps (GNUe Forms, GNUe Common,
+  or the obsolete GNUe Base) then you *must* remove the gnue dir from your 
+  python-install's site-packages directory.  Typically this can be found at:
+         /usr/lib/python1.5/site-packages/gnue
   """
 
 if not 'sdist' in sys.argv:
   if sys.platform != 'win32':
     os.remove ("setup.cfg")
-
-
-
-
-
-
 



reply via email to

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