[BangPypers] 3rd party module, pure python or C dependent
Noufal Ibrahim KV
noufal at nibrahim.net.in
Sat Jan 31 03:49:13 CET 2015
On Fri, Jan 30 2015, Nitin Kumar wrote:
> Is there a way (command/tool) to find if a third party which i want to use
> is a pure python or it got c code which need to be compiled while
> installing.
>
> ex: numpy requires C code compilation. Can we know it before hand.
I think looking into the setup.py file to see if there are any
extensions would be a good thing to try.
[...]
--
Cordially,
Noufal
http://nibrahim.net.in
More information about the BangPypers
mailing list