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
_______________________________________________
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers

Reply via email to