Table of Contents
Python Notes
PySVN
Building on unix and Mac OS X systems.
- Install subversion
- get the pysvn source code
- tar xzf pycxx-5.3.6.tar.gz into extdir/Import if not using a source kit
- cd Source
- Create the Makefile using python setup.py configure
- make
- cd Tests
- Test pysvn by running make
Install pysvn by copying the following from Extension/Source to python site-specific directory.
- mkdir python-libdir/site-packages/pysvn
- cp pysvn/init.py python-libdir/site-packages/pysvn
- cp pysvn/_pysvn.so python-libdir/site-packages/pysvn
Turbogears
Deploying
software/notes/python/home.txt · Last modified: 14:41 14/07/2007 (external edit)



