Re: [BangPypers] 3rd party module, pure python or C dependent

2015-02-01 Thread Nitin Kumar
Hi Ram, cant do google at run time. I am trying to have a framework which creates wheel folder for whole depend libraries needed by a module at runtime. if any dependent module is c dependent need to take some extra steps. Noufel, ext_modules is the key in setup.py which is of use i guess.

Re: [BangPypers] 3rd party module, pure python or C dependent

2015-01-31 Thread Vasudev Ram
GIYF (Google Is Your Friend) Google for the name of the library. In most cases you should find info on whether it is pure Python or written in C - within the first few pages of search results - don't stop at the first few hits as most people do. --- Inspired by nature Vasudev Ram - Dancing Bison

[BangPypers] 3rd party module, pure python or C dependent

2015-01-29 Thread Nitin Kumar
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. Nitin K ___ BangPypers mailing