ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Евгений Косенко" <eugine_kosenko@ukr.net>
To: community@altlinux.ru
Subject: Re: [Comm] python eject script
Date: Sat, 25 Oct 2003 01:00:25 +0300
Message-ID: <200310250100.25996.eugine_kosenko@ukr.net> (raw)
In-Reply-To: <20031024101905.48086e46.vigio@zt.kharkov.ua>

В сообщении от 24 Октябрь 2003 10:19 John A. Gladkikh написал(a):
> Hi All.
> Вопрос знатокам питона.
> Такой маленький скрипт.
> На открытие работает, на закрытие нет

Аналогично.

> В файл все пишет правильно, наверное дело в вызове eject?
> Как исправить, чтобы закрывало?

Если нет религиозных предубеждений, то лучше использовать модуль commands

> ------------------------------------
> #!/usr/bin/python
>
> import os

import commands

>
> name = "/home/vigio/tmp/cdd.tmp"
>
> try:
>    f = open(name, "r")
>    s = f.readline()
>    f.close()
> except:
>    s = "closed"
>
> if s == "closed" :
>     new_s = "open"
>     cmdparam = ''
> else:
>     new_s = "closed"
>     cmdparam = '-t'
>
> f = open(name, "w")
> f.write(new_s)
> f.close()
>
> # retcode = os.spawnlp(os.P_WAIT, 'eject', cmdparam)

retcode = commands.getstatusoutput("eject %s" % cmdparam)[0]

>
> #
> print new_s,cmdparam,retcode
> #
> -----------------------------------------------
> Спасибо.

А если разбираться серьезно, то придется попотеть... Лично я считаю, что 
прямое указание команды операционной системы намного прозрачнее -- точно так 
же работают sh, perl, ruby. Не вижу смысла нарушать традицию...

> P.S.
> Видел в рассылке скрипт для sh, хочется на питоне.

А зачем?

  reply	other threads:[~2003-10-24 22:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-24  7:19 John A. Gladkikh
2003-10-24 22:00 ` Евгений Косенко [this message]
2003-10-25  5:09   ` John A. Gladkikh
2003-10-25  7:50     ` Shrek
2003-10-25  8:17     ` Евгений Косенко
2003-10-26 19:27       ` Re[2]: " John A. Gladkikh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200310250100.25996.eugine_kosenko@ukr.net \
    --to=eugine_kosenko@ukr.net \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git