N
N
NitroDesktop2020-05-16 10:27:00
Python
NitroDesktop, 2020-05-16 10:27:00

How to change the bitness of the application?

Soon Microsoft wants to ban 32-bit applications, I'm compiling in Python and my 32-bit application comes out, how to change them?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
#
#, 2020-05-16
@mindtester

and what are the difficulties to put the 64 bit version of Python?
ps Considering that python is a natively interpreted language, if you are compiling exactly , then you probably need to look at the availability x64of versions of the tools you are compiling
with, and then it will be pulled - the presence of any x64versions, if necessary, and so on .. but this is a typical task of solving dependencies

following the comments
- начнем с того что не только Windows но и Linux вендоры, сворачивают поддержку x86 архитектуры
- далее, МС объявил о закрытии поставок x86 версий OEM Widows 10 начиная с 20H1, но ни чего подобного запрету x86 вообще
- питон точно уже достаточно давно поставляет x64 версии себя
- любые x86 приложения работают в x64 версиях винды
так что о чем паника, даже не понятно

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question