In my system, 'cython' as a command it not recognizable. Is it supposed to be? I see a a folder after Cython setup/installation with a lot of compile files but no executable. C:\Python27\Lib\site-packages\Cython\Compiler
I followed the instruction as in http://docs.cython.org/src/quickstart/install.html "python setup.py install'. also made the changes Finally, tell Python to use MinGW as the default compiler (otherwise it will try for Visual C). If Python is installed to “c:\Python27”, create a file named “c:\Python27\Lib\distutils\distutils.cfg” containing: 1. [build]compiler = mingw32 And ran some test to check it is working as in http://pi2pi2.blogspot.com/2013/12/how-to-install-and-compile-cython-in_23.html which basically use from distutils.core import setup from distutils.extension import Extension from Cython.Distutils import build_ext On Tue, Jun 10, 2014 at 6:20 PM, Dave Mielke <[email protected]> wrote: > [quoted lines by Siju Samuel on 2014/06/10 at 16:34 -0500] > > >I am getting Cython not found in configure. I have installed Cython and > >made sure it can be 'imported' as per described in the following site > > > http://pi2pi2.blogspot.com/2013/12/how-to-install-and-compile-cython-in_23.html > > Where has your cython command been installed? If it's in a non-standard > place > then adding that place to your command search path before configuring > should > resolve the problem. If it's a place that configure should be checking then > please let us know what that place is. > > -- > 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/ > _______________________________________________ > 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 >
_______________________________________________ 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
