Ticket #30 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

Cython .bat-script for windows

Reported by: marcus@… Owned by: somebody
Priority: major Milestone: 0.9.8.1
Component: Packaging Keywords:
Cc:

Description

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.

Attachments

cython.bat Download (256 bytes) - added by marcus@… 5 years ago.

Change History

Changed 5 years ago by marcus@…

Changed 5 years ago by anonymous

  • type changed from defect to enhancement

Changed 5 years ago by robertwb

  • status changed from new to closed
  • resolution set to fixed

Changed 5 years ago by robertwb

  • milestone set to 0.9.8.1
Note: See TracTickets for help on using tickets.