Installation Instructions

This document provides instructions on how to install Python-OSC on various platforms.

Python Versions

Python-OSC supports Python versions from 3.0 to 3.1, inclusive. If you are not sure as to which version of Python to install, pick the latest one in the 3.x series.

Testing the Python-OSC installation

To test whether the installation was successful, open a command shell and start the Python interactive interpreter by typing:

python

If the installation was successful, you should be able to import the module oscd and osclib:

>>> import oscd
>>> import osclib

Contents

Browse

Breadcrumbs:

Last Update:

June 14, 2010, 23:28 EDT