.. include:: headings.inc .. module:: tools.pywxrc .. currentmodule:: tools.pywxrc .. highlight:: python .. _tools.pywxrc: ========================================================================================================================================== |phoenix_title| **pywxrc** ========================================================================================================================================== pywxrc -- Python XML resource compiler (see http://wiki.wxpython.org/index.cgi/pywxrc for more info) Usage: python pywxrc.py -h python pywxrc.py [-p] [-g] [-e] [-v] [-o filename] xrc input files... -h, --help show help message -p, --python generate python module -g, --gettext output list of translatable strings (may be combined with -p) -e, --embed embed XRC resources in the output file -v, --novar suppress default assignment of variables -o, --output output filename, or - for stdout | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for module **pywxrc** .. raw:: html

Inheritance diagram of pywxrc

| |function_summary| Functions Summary ==================================== ================================================================================ ================================================================================ :func:`~tools.pywxrc.main` ================================================================================ ================================================================================ | |class_summary| Classes Summary =============================== ================================================================================ ================================================================================ :ref:`tools.pywxrc.PythonTemplates` :ref:`tools.pywxrc.XmlResourceCompiler` ================================================================================ ================================================================================ | .. toctree:: :maxdepth: 1 :hidden: tools.pywxrc.PythonTemplates tools.pywxrc.XmlResourceCompiler Functions ------------ .. function:: main(args=None)