Re: Detecting if a library has native dependency

2015-08-16 Thread dieter
Harish Vishwanath writes: > Is there a reliable way to detect if a python library has native dependency > or native code? For ex. can I programmatically determine that "lxml" > package has native code and depends on the presence of libxml on the system? I do not expect a tool that in all cases c

Re: Detecting if a library has native dependency

2015-08-15 Thread Laura Creighton
In a message of Sat, 15 Aug 2015 17:10:01 +0530, Harish Vishwanath writes: >Hello > >Is there a reliable way to detect if a python library has native dependency >or native code? For ex. can I programmatically determine that "lxml" >package has native code and depends on the presence of libxml on th

Detecting if a library has native dependency

2015-08-15 Thread Harish Vishwanath
Hello Is there a reliable way to detect if a python library has native dependency or native code? For ex. can I programmatically determine that "lxml" package has native code and depends on the presence of libxml on the system? Regards, Harish -- https://mail.python.org/mailman/listinfo/python-l