<div dir="ltr">import commands ?<br><br><div class="gmail_quote">On Sat, Sep 27, 2008 at 8:06 AM, George Boutsioukis <span dir="ltr"><<a href="mailto:gboutsioukis@gmail.com">gboutsioukis@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d">On Sat, 27 Sep 2008 10:05:01 +0200, Lars Stavholm wrote:<br>
<br>
> Hi All,<br>
><br>
> I'm new to this list and hoping that this is not off-topic. If it is,<br>
> please point me in the right direction.<br>
><br>
> I seem to recollect a python module or library for *nix sysadmins, but I<br>
> can't for the life of me find it again.<br>
><br>
</div><div class="Ih2E3d">> The module (or library) somehow added unix command capabilities to the<br>
> python language. It seemed like a lesser known, perhaps new, python<br>
> library or module.<br>
><br>
</div><div class="Ih2E3d">> Any input or ideas appreciated<br>
> /Lars Stavholm<br>
<br>
</div>The only modules I've come across that barely fit your description are<br>
python-unixtools(gzip, bzip only) and shutil(some limited capabilities).<br>
Running unix commands is usually done directly(os.popen, os.system) on<br>
*nix platforms. Why(and how) would anyone rewrite them as python modules?<br>
<div><div></div><div class="Wj3C7c">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>| _ | * | _ |<br>| _ | _ | * |<br>| *  | * | * |<br>
</div>