Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

error of opening Python

29 views
Skip to first unread message

Abdelkhelk ashref salay eabakh

unread,
Sep 26, 2023, 8:27:41 AM9/26/23
to
Dear Python team,

This is my not first time using Python, I tried to launch Python and it showed
"Python 3.11.3 (tags/v3.11.3:f3909b8, Apr 4 2023, 23:49:59) [MSC v.1934 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information." I
don't know what this meant and how to fix this. Could you please help me?
Thank you very much.

Kind regards

Michael F. Stemper

unread,
Sep 26, 2023, 9:21:05 AM9/26/23
to
What error did you encounter? Aside from the lack of line breaks, it looks
quite similar to what I get when I start up python:

Python 3.6.9 (default, Mar 10 2023, 16:46:00)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>

Didn't you get the ">>> " prompt? Once you get it, it shows that the
Read, Evaluate, Print Loop (REPL) is ready for you to type some python
statements. For instance:

>>> x = 2**3
>>> print(x)
8
>>>

--
Michael F. Stemper
Outside of a dog, a book is man's best friend.
Inside of a dog, it's too dark to read.

Chris Roy-Smith

unread,
Sep 26, 2023, 10:36:36 PM9/26/23
to
On 26/9/23 22:27, Abdelkhelk ashref salay eabakh via Python-list wrote:
> Dear Python team,
>
> This is my not first time using Python, I tried to launch Python and it showed

I'm no expert but....
> "Python 3.11.3 (tags/v3.11.3:f3909b8, Apr 4 2023, 23:49:59) [MSC v.1934 64 bit (AMD64)] on win
surely running a 64 bit version of python in a 23mbit version of windows
will cause significant problems!

try the correct python or windows

regards,

MRAB

unread,
Sep 26, 2023, 10:56:05 PM9/26/23
to
On 2023-09-27 03:30, Chris Roy-Smith via Python-list wrote:
> On 26/9/23 22:27, Abdelkhelk ashref salay eabakh via Python-list wrote:
>> Dear Python team,
>>
>> This is my not first time using Python, I tried to launch Python and it showed
>
> I'm no expert but....
>> "Python 3.11.3 (tags/v3.11.3:f3909b8, Apr 4 2023, 23:49:59) [MSC v.1934 64 bit (AMD64)] on win
> surely running a 64 bit version of python in a 23mbit version of windows
> will cause significant problems!
>
It says "win32" even on 64-bit Windows.

If you try to run 64-bit Python on 32-bit Windows, it won't get as far
as printing that header!

> try the correct python or windows
>
> regards,
>
>
>

Greg Ewing

unread,
Sep 27, 2023, 2:37:12 AM9/27/23
to
On 27/09/23 3:30 pm, Chris Roy-Smith wrote:
> surely running a 64 bit version of python in a 23mbit version of windows
> will cause significant problems!

23 millibits? I don't think you'd be able to run much at all
with that few bits! :-)

--
Greg
Message has been deleted

anthony.flury

unread,
Sep 29, 2023, 7:22:27 PM9/29/23
to


This isn't an error.


This is just a normal Python Header message announcing that you are
using Python 3.11.3
The rest is just information from the build system : The build Id, the
date/time the build was made, and the version of the compiler.

There is nothing to fix.
--
https://mail.python.org/mailman/listinfo/python-list
<https://mail.python.org/mailman/listinfo/python-list>

-- <br>Anthony Flury<br>anthon...@btinternet.com
0 new messages