[New-bugs-announce] [issue25445] type xterm in python

Reema report at bugs.python.org
Tue Oct 20 08:15:29 CEST 2015


New submission from Reema:

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

----------
messages: 253207
nosy: reema
priority: normal
severity: normal
status: open
title: type xterm in python
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25445>
_______________________________________


More information about the New-bugs-announce mailing list