Difference between revisions of "Pyrex"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) |
|||
Line 35: | Line 35: | ||
USE_ARCH=64 python setup.py install | USE_ARCH=64 python setup.py install | ||
+ | |||
+ | [[Category:Python Modules]] |
Latest revision as of 09:31, 19 October 2010
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