Download and Install

The pybctc project is hosted at <http://bitbucket.org/kc/pybctc>. Releases are made via the Python Package Index at <http://pypi.python.org/pypi/pybctc>. Online documentation is made available at <http://packages.python.org/pybctc>.

Requirements

Install

Extract the archive, enter the recovered directory and type:

python setup.py install

Known Incompatibilities

  • Python <= 2.3 - Fails because of requirement for decimal module introduced in Python 2.4.
  • Python 3 - pybctc uses two underlying libraries, pytz and xlrd, that have no Python 3 version available (2010-02-20). When these underlying libraries support Python 3 the pybctc library can quickly be made to work.

Table Of Contents

Previous topic

pybctc Introduction

Next topic

What’s New in pybctc 0.1

This Page