Difference between revisions of "Pyrex"
From CBLFS
Jump to navigationJump to searchBigdissaved (talk | contribs) |
|||
Line 7: | Line 7: | ||
---- | ---- | ||
− | + | {{Package-Introduction|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.}} | |
− | |||
− | 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 12:58, 16 April 2007
Download Source: | http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-0.9.8.5.tar.gz |
---|
Contents
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