Hi all: Can any of the experienced python programmer's share info about how to install python modules.
The modules are: . Paramiko . pyCrypto . cElementTree . ElementTree Is there a command within python to be used to install modules or they just have to be copied to a specific directory ? I ran python -V to check version of python. It is 2.5 on OpenSuSe 10.2 on x86 laptop. By way of background, I am trying to use Bazaar Version control system. The client side tools ie. bzr tools are written in python. Any body interested in Bazaar, please see http://bazaar-vcs.org/ Thanks in advance. thanks Saifi.

