• How to fix this issue

    From Arslan Mehmood@21:1/5 to All on Mon Feb 27 16:51:29 2023
    How I can remove python terminl, its again and again open during working in python. Please help me to resolve this issue.
    Python 3.11.1 (tags/v3.11.1:a7a450f, Dec 6 2022, 19:58:39) [MSC v.1934 64 bit (AMD64)] on win32
    Type "help", "copyright", "credits" or "license" for more information.


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hen Hanna@21:1/5 to Arslan Mehmood on Tue Feb 28 00:42:29 2023
    On Monday, February 27, 2023 at 4:51:41 PM UTC-8, Arslan Mehmood wrote:
    How I can remove python terminl, its again and again open during working in python. Please help me to resolve this issue.

    Python 3.11.1 (tags/v3.11.1:a7a450f, Dec 6 2022, 19:58:39) [MSC v.1934 64 bit (AMD64)] on win32
    Type "help", "copyright", "credits" or "license" for more information.


    it sounds like... your problem (issue) is... in a college (school) Computer room, you want to long in, but
    the Python is already running on the Terminal,, is that right ?


    Or ..... are you using Windows, on your own PC ???


    ( you can use another language.... i know Fr. Ger. Sp. etc. )

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hen Hanna@21:1/5 to Hen Hanna on Tue Feb 28 15:36:13 2023
    On Tuesday, February 28, 2023 at 12:42:40 AM UTC-8, Hen Hanna wrote:
    On Monday, February 27, 2023 at 4:51:41 PM UTC-8, Arslan Mehmood wrote:
    How I can remove python terminl, its again and again open during working in python. Please help me to resolve this issue.

    Python 3.11.1 (tags/v3.11.1:a7a450f, Dec 6 2022, 19:58:39) [MSC v.1934 64 bit (AMD64)] on win32
    Type "help", "copyright", "credits" or "license" for more information.

    it sounds like... your problem (issue) is... in a college (school) Computer room, you want to log in, but
    the Python is already running on the Terminal,, is that right ?


    Or ..... are you using Windows, on your own PC ???



    ( you can use another language.... i know Fr. Ger. Sp. etc. ) -------- what i meant to say was ... Many of us are good and using Google.Translate, etc now ... so you can ask in any language, if you like.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mats Wichmann@21:1/5 to Arslan Mehmood on Wed Mar 1 11:26:30 2023
    On 2/27/23 17:51, Arslan Mehmood wrote:
    How I can remove python terminl, its again and again open during working in python. Please help me to resolve this issue.
    Python 3.11.1 (tags/v3.11.1:a7a450f, Dec 6 2022, 19:58:39) [MSC v.1934 64 bit (AMD64)] on win32
    Type "help", "copyright", "credits" or "license" for more information.



    We have no idea what you think the "issue" is. Perhaps if you attempted
    a bit more of an explanation? You're working with Python, and the
    Python interpreter appears. On the surface, that doesn't seem horribly
    unusual.

    Have you read this?

    https://docs.python.org/3/using/windows.html

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Passin@21:1/5 to Mats Wichmann on Wed Mar 1 13:46:14 2023
    On 3/1/2023 1:26 PM, Mats Wichmann wrote:
    On 2/27/23 17:51, Arslan Mehmood wrote:
    How I can remove python terminl, its again and again open during
    working in python. Please help me to resolve this issue.
    Python 3.11.1 (tags/v3.11.1:a7a450f, Dec  6 2022, 19:58:39) [MSC
    v.1934 64 bit (AMD64)] on win32
    Type "help", "copyright", "credits" or "license" for more information.



    We have no idea what you think the "issue" is. Perhaps if you attempted
    a bit more of an explanation?  You're working with Python, and the
    Python interpreter appears. On the surface, that doesn't seem horribly unusual.

    Let me spell it out more clearly. I do not know what you mean by
    "remove python terminal", "again and again open", or "during working
    with python".

    It would be more helpful if you said what you did, what happened when
    you did it, and what messages you noticed during all this.

    For example:

    "I opened a Windows console. I started a Python interpreter session by
    typing "py" in the console (or "I started an ipython session", or
    whatever you actually did). I tried to end the session by pressing the <CTRL-C> keys but the session did not end. When I pressed <CTRL-C>, I
    saw a message that said

    KeyboardInterrupt
    "

    If this is what actually happened, this particular behavior occurs
    because Python on Windows in a console terminates with a <CTRL-D>
    instead of the usual <CTRL-C>.

    So please say clearly what you did and what happened. Then you may be
    able to get some help.

    We understand that you may not know the terminology that would be the
    most helpful because you are not familiar with it yet. But please try
    to say clearly what you did and what happened.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rob Cliffe@21:1/5 to Thomas Passin on Thu Mar 2 01:23:57 2023
    On 01/03/2023 18:46, Thomas Passin wrote:

    If this is what actually happened, this particular behavior occurs
    because Python on Windows in a console terminates with a <CTRL-D>
    instead of the usual <CTRL-C>.

    I think you mean <CTRL-Z>.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Passin@21:1/5 to Rob Cliffe via Python-list on Wed Mar 1 20:54:10 2023
    On 3/1/2023 8:23 PM, Rob Cliffe via Python-list wrote:


    On 01/03/2023 18:46, Thomas Passin wrote:

    If this is what actually happened, this particular behavior occurs
    because Python on Windows in a console terminates with a <CTRL-D>
    instead of the usual <CTRL-C>.

    I think you mean <CTRL-Z>.

    Correct! I double checked all three of them and then typed the wrong
    one. I suppose I should have included that you have to also type an
    <ENTER> after the <CNTL-Z>.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)