-> subprocess modules is python2.4 only :(
is a RFE for backward python2.3 compatibility acceptable?
Entirely acceptable and important.
I had tested it on 2.3 in the past though apparently subprocess slipped
through the cracks.
Seeing it's presumably just subprocess, bundling cobbler and koan with a
local copy of subprocess.py seems sane.
http://svn.haxx.se/dev/archive-2006-09/0179.shtml
I'll work on this now. In the meantime, you could potentially try
dropping subprocess.py in your cobbler directory and seeing how that
works out.
--Michael