easy install - whatprovides equivalent for pip or easy_install -


in yum can yum whatprovides *filename. there such equivalent in pip or easy_install?

if getting error in importing py module fooblabla, how can find out python egg/package provides that?

did try?

$ pip search <packagename> 

this query searches package metadata (including name, short description, keywords, among others). doesn't seem quite deep search whatprovides functionality, unless have package installed already, isn't clear how find modules contained within package (see answers here case).

however, don't see how wouldn't know package name if having problems importing module it.


Comments

Popular posts from this blog

mod rewrite - Using "?" when rewriting the URL -

.htaccess: Transfer name to index.php if not directory public -

Admob integration with pygame in android -