Objective-Everything Release 5.  Copyright ©1994-1998 by TipTop Software, Inc.  All Rights Reserved.

  Introduction

Objective-Python extends the Objective-Everything development system with the Python language.  To learn more about Python see http://www.python.org

The Objective-Python runtime system comes in the form of two frameworks: the basic Python language framework, and the ObjPy framework.  These frameworks are typically installed in /Local/Library/Frameworks/.

Objective-Python is implemented by the ObjPy Python module.  To import the module:

import ObjPy        or        
from ObjPy import * 

All the examples below assume that the ObjPy module is imported into your namespace using:

from ObjPy import * 

[previous][contents][next]