khinsen / PythonBridgeGToolkit

Extensions to PythonBridge for GToolkit integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PythonBridge extensions for GToolkit

Work in progress. Goal: useful inspector views on Python objects.

Installation on top of GToolkit

Get GToolkit from this site, and execute the following lines in a playground:

Metacello new
    baseline: 'PythonBridgeGToolkit';
    repository: 'github://khinsen/PythonBridgeGToolkit/src';
    onConflictUseLoaded;
    load.

About

Extensions to PythonBridge for GToolkit integration

License:MIT License


Languages

Language:Smalltalk 100.0%