Closed boegel closed 7 years ago
rebase? also 1st class copy/paste code....
Actual problem was a broken pbs_python
module that was used by HOD, because it was installed on SL6 where the system Python was 2.6, and was then being used on CentOS7:
libpython2.6.so.1.0: cannot open shared object file: No such file or directory; required module 'pbs' is not available
Reinstalling the pbs_python
module fixed the problem.
@stdweird You're right that this could use a bit of cleanup, I'll look into that.
fix for this nasty traceback, which hides the actual problem (some
ImportError
):