[quoted lines by Siju Samuel on 2014/06/10 at 18:42 -0500] >In my system, 'cython' as a command it not recognizable. Is it supposed >to be?
We look for cython as a command, yes. I just checked the cython command, and discovered that it's really a very simple Python script. Maybe some platforms add this script and some don't. For your interest (and possible use), I've attached it to this message. I'm now wondering if we should perhaps be invoking cython directly instead of via the script. -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario | http://Mielke.cc/bible/ EMail: [email protected] | Canada K2A 1H7 | http://FamilyRadio.com/
#!/usr/bin/python # # Cython -- Main Program, Unix # from Cython.Compiler.Main import main main(command_line = 1)
_______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
