Update build instructions.
Not part of the build.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<h1>Python XPCOM Package</h1>
|
||||
|
||||
<p>Mozilla CVS Version - Last updated May 2001</p>
|
||||
<p>Mozilla CVS Version - Last updated May 2002</p>
|
||||
<p>This is the readme for the Python interface to <b>XPCOM</b>.</p>
|
||||
<p><b>XPCOM </b>is an acronym for "Cross Platform COM". It has
|
||||
come out of the <a href="http://www.mozilla.org">Mozilla</a> project, which
|
||||
@@ -37,7 +37,7 @@ is, then none of this probably interests you at all!</p>
|
||||
</ul>
|
||||
<p>Note: <b>This package requires Python 1.6 or later</b>; we recommend using
|
||||
the latest
|
||||
official Python version (currently 2.1). This package works
|
||||
official Python version. This package works
|
||||
very well with the latest <a href="http://www.ActiveState.com/Products/ActivePython">ActivePython</a>,
|
||||
and does not require any external modules or packages beyond what is provided in
|
||||
the core Python release for each platform.</p>
|
||||
@@ -54,18 +54,6 @@ contributors. </p>
|
||||
"components" directory. This is because we may decide on some
|
||||
smart scheme for recursion (similar to Python packages), and don't want people
|
||||
to rely on simple recursive searches.</li>
|
||||
<li>No management of the PythonPath is done by the package. You must
|
||||
arrange for the Python <i>xpcom</i> package to be on your PythonPath.
|
||||
Significantly, the XPCOM <i> components</i> directory is not on the PythonPath and
|
||||
generally cannot be, as Python will often find other DLLs in this directory and
|
||||
attempt to use them as Python modules. This means that Python module
|
||||
files will not be found in the <i> components</i> directory, even when referenced by
|
||||
another component - thus, a component can not import another component
|
||||
source file as a regular module! It is thought that when we know what to
|
||||
do with sub-directories of the <i> components</i> directory (as described above), some
|
||||
automated PythonPath support will be provided, so Python components and regular
|
||||
Python modules the component depends on can exist in the same directory
|
||||
structure.</li>
|
||||
<li>No unregistration support at all. The main Python Component Loader supports
|
||||
unregistration, but the actual Python objects themselves do not support unregistration. It is unclear if the Component Loader
|
||||
unregistration process needs to manually remove each component it is responsible
|
||||
@@ -91,6 +79,11 @@ documented here just in case!</li>
|
||||
We are still 100% backwards compatible, so usage of QI still works - just is
|
||||
generally not necessary.</p>
|
||||
|
||||
<h3>Version 0.93 - May 2002</h3>
|
||||
|
||||
<p>Implement <i>nsIVariant</i> and all new string types. Complete move to
|
||||
autoconf build system.</p>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user