Hello all.
I'm working on a CentOS 5.2 kickstart interface; and have been happily using
%pre --interpreter /usr/bin/python
to do my management for awhile now with the snack module. My problem
comes in when I am attempting to use the snack.EntryWindow function;
and setting default values.
T
for note; full tag completion and tag support can be used in vim via
omnicompletion and taglists. Full class support/heiarchy + printing of the
docscrint as you ctrl-n through each completion in the preview window.
Extremly useful when using someone else's library or for remembering what to
pass i
*Hello.
I am relegated to running python 2.2; so I do not have access to subprocess.
In my script; at one point, I need to run a program; interact with the
program; exit the program; and parse the output printed to stdout.
This would be simple; if I did not need to interact with my sub-program.