Update of /cvsroot/jython/htdocs
In directory slayer.i.sourceforge.net:/tmp/cvs-serv18932
Modified Files:
install.ht
Log Message:
Fixed some grammar errors.
Index: install.ht
===================================================================
RCS file: /cvsroot/jython/htdocs/install.ht,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** install.ht 2000/11/26 19:04:22 1.2
--- install.ht 2000/11/26 19:08:06 1.3
***************
*** 66,72 ****
Python modules. This is due the fact that much of the functionality of
these modules is duplicated by Java packages. If you want to use parts
! standard Python library that are not included with Jython, you have
! select the "Library" during installation or add pointer in python.path
! to the Lib directory of a preexisting Python 2.0 distribution. This
requires editing your "registry" file.
--- 66,72 ----
Python modules. This is due the fact that much of the functionality of
these modules is duplicated by Java packages. If you want to use parts
! of the standard Python library that are included with Jython, you have
! to select the "Library" during installation or add a directory to your
! python.path that points to a preexisting Python 2.0 distribution. This
requires editing your "registry" file.
***************
*** 74,78 ****
<P>Any other problems with the installation should be reported to
! <A HREF="mailto:pyt...@li...">jython-dev</A>.
<P>As a workaround you can extract the jython-20a1.class manually.
--- 74,78 ----
<P>Any other problems with the installation should be reported to
! <A HREF="mailto:jyt...@li...">jython-dev</A>.
<P>As a workaround you can extract the jython-20a1.class manually.
***************
*** 82,87 ****
<ul>
<li>Remove the <tt>net</tt> directory. It isn't needed.
! <li>Create the startup script by hand. Use the <tt>template*</tt> files
! as a starting point in doing so.
</ul>
--- 82,87 ----
<ul>
<li>Remove the <tt>net</tt> directory. It isn't needed.
! <li>Create the startup script by hand. Use the <tt>installer/template*</tt>
! files as a starting point in doing so.
</ul>
|