robertwb / issues-import-test

0 stars 0 forks source link

Cython .bat-script for windows #62

Closed robertwb closed 8 years ago

robertwb commented 8 years ago

Reported by marcus on 24 Jul 2008 16:51 UTC 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>

You can find it attached to this ticket. It would be great if such a script could become part of future Cython releases.

Migrated-From: http://trac.cython.org/ticket/30

robertwb commented 8 years ago

Modified by anonymous on 24 Jul 2008 16:53 UTC

robertwb commented 8 years ago

Comment by robertwb on 3 Aug 2008 05:47 UTC http://hg.cython.org/cython-devel/rev/e6bad90a921e

robertwb commented 8 years ago

Modified by robertwb on 19 Aug 2008 04:29 UTC