how to find a certain module?

Alex cut_me_out at hotmail.com
Fri Sep 8 09:39:01 EDT 2000


> how do i go about finding out where that XChat-module is?

Something like this should get you in the ballpark.

>>> import math
>>> math
<module 'math' from '/mit/python/arch/sun4x_57/lib/python2.0/lib-dynload/mathmodule.so'>
>>> 

-- 
Talk softly and carry a big carrot.



More information about the Python-list mailing list