This is the command pyrexc that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
pyrexc - compile python-like .pyx file to C for use as python module
SYNOPSIS
pyrexc files...
DESCRIPTION
This manual page documents briefly the pyrexc command. This manual page was written for
the Debian distribution because the original program does not have a manual page.
pyrexc is a python script that converts a .pyx file to C, so it can be compiled for use as
a Python module.
You then need to compile the .c file along with the include files for Python, and link it
into a shared library.
The HTML documentation explains this better, and the Demo examples show how to automate
the compile and link stages more easily.
Use pyrexc online using onworks.net services