Custom Query (43 matches)
Results (37 - 39 of 43)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5 | fixed | No module named pbs | anonymous | anonymous |
Description |
When I try to build the software from the sources on my 64bit machine, everything seems to be fine, but when I call any of the .py scripts, I get the following error message: Traceback (most recent call last): File "./pbs_version.py", line 11, in ? import pbs ImportError: No module named pbs I should mention that my PBS directory is named /usr/local/torque |
|||
#23 | worksforme | using pbs_python under windows/cygwin | bas | anonymous |
Description |
Hi! I have a question. Is pbs_python known to work at Windows/Cygwin? platform? Thank you |
|||
#28 | fixed | Torque 2.5.x compatibility (missing attributes) | bas | anonymous |
Description |
Hi, I'd like to report that pbs_python v4.3.0 is not fully compatibile with Torque 2.5.x. For what I can see some attributes are not accounted for so an update is in order. I don't know what the situation is with Torque 3.0.x, as we don't use it for now. For sure the missing attributes are (these are the ones i stumbled upon):
Of course the complete reference you may find running diff on pbs_ifl.h from Torque sources. Anyway, thanks for making Torque play nice with python! Łukasz Czuja |