phoenix_title wx.tools.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

function_summary Functions Summary

main


class_summary Classes Summary

PythonTemplates

XmlResourceCompiler


Functions



main(args=None)