Registry / other / rubypython

rubypython

JSON →
library0.6.4rbrubygemsunverified

A bridge between Ruby and Python interpreters, embedding Python via FFI for calling Python objects and methods.

gem install rubypython
INSTALL
IMPORT
SIG · RUBYPYTHON
R
rubypython
otherrubyv0.6.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RubyPython
require 'rubypython'

Import and use a Python module from Ruby

require 'rubypython' RubyPython.start sys = RubyPython.import('sys') puts sys.version RubyPython.stop
Debug
Known issues
gotchaRequires Python to be installed and compatible with the FFI bridge.
fix
Ensure Python is installed and the correct version is used.
affects: >= 0.6.0
Upgrade
Version history
0.6.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
rubypython — gem install rubypython · libregistry