Pyrex: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Bigdissaved (talk | contribs) No edit summary |
||
| Line 6: | Line 6: | ||
---- | ---- | ||
== Introduction to '''''<nowiki>Pyrex</nowiki>''''' == | |||
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. | |||
== Dependencies == | == Dependencies == | ||
Revision as of 18:21, 3 April 2007
| 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.
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