Pyrex

From CBLFS
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Download Source: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-0.9.8.5.tar.gz

Introduction to Pyrex

Pyrex lets you write code that mixes Python and C data types any way you want, and compiles it into a C extension for Python.

Project Homepage: Unknown

Dependencies

Required

Non-Multilib

Install the package:

python setup.py install

Multilib

32Bit

Install the package:

USE_ARCH=32 python setup.py install

N32

USE_ARCH=n32 python setup.py install

64Bit

USE_ARCH=64 python setup.py install
Retrieved from "?title=Pyrex&oldid=20369"