<div>Dear QGIS Developers,</div><div><br></div>Is there any list for the name and version of installed python modules that comes with the default windows standalone installer.<div><br></div><div>If not, would it be good to make a list?</div>
<div><br></div><div>I could not derive the list of external installed python modules like rpy2, numpy, etc.</div><div><br></div><div>but builtin modules can be derived with this code:</div><div><br></div><div>&gt;&gt;&gt; import __builtin__</div>
<div>&gt;&gt;&gt; print dir(__builtin__)</div><div><br></div><div>is there any way to find the name and their version of installed python modules in QGIS 1.4.0?<br clear="all"><br></div><div>regards,
</div><div>volkan.</div>