In message
<[EMAIL PROTECTED]>, gaurav
kashyap wrote:
> konsole: cannot connect to X server
Could be it's not being passed the right DISPLAY setting. Is this under the
same username, so it's automatically using the right xauth settings?
--
http://mail.python.org/mailman/listinfo/python-list
On Thu, Oct 30, 2008 at 02:47:48AM -0700, gaurav kashyap wrote:
> Simply i want to open a shell prompt from a python program.
If this is literally true, then you just need to figure out what
command will open a terminal window from the shell prompt. Once you
figure that out, it's as simple as:
c
On 2008-10-30, Derek Martin <[EMAIL PROTECTED]> wrote:
> On Thu, Oct 30, 2008 at 03:53:52AM -0700, gaurav kashyap wrote:
>> HI,
>> I am getting the following error:
>>
>> konsole: cannot connect to X server
>>
>> do i need to install the related files.
>
> Maybe, but given that error message, pro
On Thu, Oct 30, 2008 at 03:53:52AM -0700, gaurav kashyap wrote:
> HI,
> I am getting the following error:
>
> konsole: cannot connect to X server
>
> do i need to install the related files.
Maybe, but given that error message, probably not.
You would do yourself a great favor by providing a lot
On Oct 30, 11:53 am, gaurav kashyap <[EMAIL PROTECTED]> wrote:
> HI,
> I am getting the following error:
>
> konsole: cannot connect to X server
>
> do i need to install the related files.
Do you have an x-server running? I assume so, because you have a
terminal window opened.
If you became root
HI,
I am getting the following error:
konsole: cannot connect to X server
do i need to install the related files.
--
http://mail.python.org/mailman/listinfo/python-list
gaurav kashyap wrote:
> On Oct 30, 2:59 pm, Lars Stavholm <[EMAIL PROTECTED]> wrote:
>> gaurav kashyap wrote:
>> > Dear all,
>>
>> > Can u tell me a python program that when executed in a shell
>> > prompt,opens another shell prompt.
>>
>> > Simply i want to open a shell prompt from a python progr
On Oct 30, 2:59 pm, Lars Stavholm <[EMAIL PROTECTED]> wrote:
> gaurav kashyap wrote:
> > Dear all,
>
> > Can u tell me a python program that when executed in a shell
> > prompt,opens another shell prompt.
>
> > Simply i want to open a shell prompt from a python program.
>
> I think you're looking f
gaurav kashyap wrote:
> Dear all,
>
> Can u tell me a python program that when executed in a shell
> prompt,opens another shell prompt.
>
> Simply i want to open a shell prompt from a python program.
I think you're looking for:
import os
os.system("/bin/sh")
--
http://mail.python.org/mailman/l
Dear all,
Can u tell me a python program that when executed in a shell
prompt,opens another shell prompt.
Simply i want to open a shell prompt from a python program.
Thanks
--
http://mail.python.org/mailman/listinfo/python-list
10 matches
Mail list logo