More code movement/rearrangement toward new style panels
[xiph/unicode.git] / py-ogg2 / README
blob493884f87957360d160e64328de7bf7471d85b30
1 Compiling
2  Like most Python modules, compiling is done through Python:
3   python config_unix.py
4   python setup.py build
5   python setup.py install (as root)
7  It should be just that simple.  If you run into problems, let us know
8  by entering a bug report at the url below.
11 Usage
12  Inside Python, simply "import ogg2" like you would any module:
13 >>> import ogg2
15  Before going any further, take a look at the docs and/or example
16  scripts to see how the different parts of this module work together. 
17  If you're brave and want to figure it out on your own, dir() should
18  display the functions and attributes of any object in this module.
21 Bugs 
22  No matter how much effort goes into debugging software, someone is
23  eventually going to find another one.  Being as this is currently
24  Alpha code, meaning it's still under development, there's sure to be
25  bugs everywhere you turn.  To submit a bug report go to:
27                     http://bugs.xiph.org/enter_bug.cgi?product=Py-Ogg