[Tutor] "Snack" python-newt version incompatibilities.. (anaconda kickstart)

2009-11-16 Thread Chris Mueller
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

Re: [Tutor] Best Python Editor

2009-06-15 Thread Chris Mueller
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

[Tutor] Python 2.2... os.exec catch stdout

2009-06-04 Thread Chris Mueller
*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.