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

[HTCondor-users] Python bindings not available on Linux



Hey,
 
we tried to use the Python bindings to integrate Condor into our project. Our version of Condor is 8.1.1 (from the repository) on Fedora 20 so the bindings should be available according to the manual, but importing the module seems to fail:
 
>>> import htcondor
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named htcondor
>>> import classad
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named classad
 
On the other hand this work perfectly fine in a VM we configured for testing Condor on Debian Wheezy (Condor Version 8.0.6 from the official site). Any ideas how we could get our hands on the bindings?
 
Best regards,
OC