• marcus@bitzl.com's avatar
    Better cython script for windows · d5a8f001
    marcus@bitzl.com authored
    Starting Cython from Windows PowerShell? with
    
    cython.py <arguments>
    
    yields a new console window with Cython output, which closes immedeately after Cython finished. To get Cython's output one would always have to write something like
    
    python C:\Python25\Scripts\cython.py <arguments>
    
    Therefore, i wrote a simple batch file that does fairly the same as cython.py and allows you to start cython simply via
    
    cython <arguments>
    d5a8f001
Name
Last commit
Last update
Cython Loading commit data...
Demos Loading commit data...
Doc Loading commit data...
Tools Loading commit data...
bin Loading commit data...
tests Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
CHANGES_pyrex.txt Loading commit data...
COPYING.txt Loading commit data...
INSTALL.txt Loading commit data...
LICENSE.txt Loading commit data...
MANIFEST.in Loading commit data...
Makefile Loading commit data...
README.txt Loading commit data...
ToDo.txt Loading commit data...
USAGE.txt Loading commit data...
cython.py Loading commit data...
runtests.py Loading commit data...
setup.py Loading commit data...