Hello.
I am trying to use HTCondor through Python bindings, but when I try to import htcondor in idle IDE I get an ImportError:
>>> import htcondor
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import htcondor
ImportError: No module named htcondor
I tried to find bindings online, but with no success.