From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pl/pyxpcom/index.html | 61 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 files/pl/pyxpcom/index.html (limited to 'files/pl/pyxpcom/index.html') diff --git a/files/pl/pyxpcom/index.html b/files/pl/pyxpcom/index.html new file mode 100644 index 0000000000..570af27fcc --- /dev/null +++ b/files/pl/pyxpcom/index.html @@ -0,0 +1,61 @@ +--- +title: PyXPCOM +slug: PyXPCOM +tags: + - PyXPCOM +translation_of: Mozilla/Tech/XPCOM/Language_bindings/PyXPCOM +--- +

+

+
+

PyXPCOM allows for communication between Python and XPCOM, such that a Python application can access XPCOM objects, and XPCOM can access any Python class that implements an XPCOM interface. With PyXPCOM, a developer can talk to XPCOM or embed Gecko from a Python application. PyXPCOM is similar to JavaXPCOM (Java-XPCOM bridge) or XPConnect (JavaScript-XPCOM bridge). +

+Python classes and interfaces: Mozilla defines many external interfaces available to embeddors and component developers. PyXPCOM provides access to these interfaces as Python interfaces. PyXPCOM also contains several classes that provide access to functions for initializing and shutting down XPCOM and Gecko from Python, as well as some XPCOM helper functions.
+ + +
+

Documentation

+
Building PyXPCOM +
The instructions for building PyXPCOM. +
+
Creating a Python XPCOM component +
An example of how to create a simple XPCOM component with Python. +
+
Getting to know PyXPCOM +
PyXPCOM is a bridging technology between XPCOM and Python. This article gives you a head start to PyXPCOM. +
+

NOTE: The links to Part II and III of this series are broken and I cannot find them on the IBM site. Please update this page if/when the links can be found. +

View All... +

+

History

+

PyXPCOM was initially developed by ActiveState Tool Corporation, and came out of their Komodo project. Current releases are now integrated with the Mozilla build system. +

+
+

Community

+
  • View Mozilla XPCOM forums... +
+

+

+ +

Source Code

+ + +
XPCOM +
+
+

Categories +

Interwiki Language Links +


+

+
+
-- cgit v1.2.3-54-g00ecf