[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Unable to find Python bindings



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.
I've installed HTCondor 7.8.2 using Ubuntu package manager.

Could you please help me to find/install python bindings?

Best regards,
Ivan