Michael DeHaan wrote:
-> 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
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
Ok, quick test available earlier than expected. I haven't made the
changes to koan yet, though if this works after some testing, I'll
release both.
The hg source now contains a bundled copy of subprocess, renamed as
sub_process...
(1) yum install mercurial (if not already installed)
(2) hg clone http://hg.et.redhat.com/hg/emd/applications/cobbler cobbler
(3) cd cobbler
(4) make
(5) rpm -i *.noarch.rpm
Thanks,
--Michael