[Qgis-developer] which python modules are installed in the QGIS 1.4?

Volkan Kepoglu vkepoglu at gmail.com
Tue Mar 9 09:57:45 EST 2010


Dear QGIS Developers,

Is there any list for the name and version of installed python modules that
comes with the default windows standalone installer.

If not, would it be good to make a list?

I could not derive the list of external installed python modules like rpy2,
numpy, etc.

but builtin modules can be derived with this code:

>>> import __builtin__
>>> print dir(__builtin__)

is there any way to find the name and their version of installed python
modules in QGIS 1.4.0?

regards,
volkan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/qgis-developer/attachments/20100309/d2306a6b/attachment.html


More information about the Qgis-developer mailing list