[Tutor] How Do I tell Which Versions of Libraries/Modules I Have?

John Fouhy john at fouhy.net
Thu Oct 16 03:10:56 CEST 2008


2008/10/16 Wayne Watson <sierra_mtnview at sbcglobal.net>:
> That's the question in the Subject. Can Idle tell me? I see a Path Browser.

You could check the __version__ attribute.  Not all modules provide it, though.

(e.g.: import pickle ; pickle.__version__ )

-- 
John.


More information about the Tutor mailing list