[Idle-dev] CVS: idle INSTALL.txt,1.3,1.4 idlever.py,1.7,1.8
Kurt B. Kaiser
kbk@users.sourceforge.net
Tue, 31 Dec 2002 17:14:16 -0800
Update of /cvsroot/idlefork/idle
In directory sc8-pr-cvs1:/tmp/cvs-serv20803
Modified Files:
INSTALL.txt idlever.py
Log Message:
More installation info. Bump alpha version.
Index: INSTALL.txt
===================================================================
RCS file: /cvsroot/idlefork/idle/INSTALL.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** INSTALL.txt 31 Dec 2002 17:56:18 -0000 1.3
--- INSTALL.txt 1 Jan 2003 01:14:13 -0000 1.4
***************
*** 22,33 ****
This is a distutils sdist (source) tarfile which can be used to make
installations on platforms not supported by the above files.
! It is configured to install as IDLE, not IDLEfork.
Unpack in ..../Tools/, cd to the IDLEfork directory created, and
! <python setup.py install> to install as IDLE. If you don't want to
! step on Python IDLE, it is also possible to simply run <python idle.py>
! to test in the IDLEfork source directory without installation. In this
! case, IDLEfork will not be on your PATH unless you are in the source
! directory.
See README.txt for more details on this version of IDLEfork.
--- 22,37 ----
This is a distutils sdist (source) tarfile which can be used to make
installations on platforms not supported by the above files.
! It remains configured to install as IDLE, not IDLEfork.
Unpack in ..../Tools/, cd to the IDLEfork directory created, and
! <python setup.py install> to install in ....site-packages/idlelib.
!
! If you don't want to overwrite Python IDLE, it is also possible to
! simply run <python idle.py> to test in the IDLEfork source directory
! without making an installation. In this case, IDLE will not be on
! your PATH unless you are in the source directory. Also, it is then
! advisable to remove any Python IDLE installation by removing
! ..../site-packages/idlelib so the two identically named packages don't
! conflict.
See README.txt for more details on this version of IDLEfork.
Index: idlever.py
===================================================================
RCS file: /cvsroot/idlefork/idle/idlever.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** idlever.py 23 Dec 2002 03:31:49 -0000 1.7
--- idlever.py 1 Jan 2003 01:14:13 -0000 1.8
***************
*** 1 ****
! IDLE_VERSION = "0.9a0"
--- 1 ----
! IDLE_VERSION = "0.9a1"