This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: type xterm in python
Type: Stage: resolved
Components: Versions: Python 2.7
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: r.david.murray, reema
Priority: normal Keywords:

Created on 2015-10-20 06:15 by reema, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg253207 - (view) Author: Reema (reema) Date: 2015-10-20 06:15
python xterm give output /usr/bin/xterm when used in unix shell script.
Need to get same output in python for:
type xterm
similarly for type textedit

When trying to do it with subprocess.Popen, i am getting an error:
type object 'type' has no attribute 'rfind'
or xterm not defined.
Kindly help urgently
msg253216 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2015-10-20 11:59
For programming help you should post to the python-tutor or python-list mailing lists.  This issue tracker is for reporting bugs.
History
Date User Action Args
2022-04-11 14:58:22adminsetgithub: 69631
2015-10-20 11:59:41r.david.murraysetstatus: open -> closed

nosy: + r.david.murray
messages: + msg253216

resolution: not a bug
stage: resolved
2015-10-20 06:15:29reemacreate