Python3 in wine

Questions about Wine on Linux
Locked
16_aire
Newbie
Newbie
Posts: 1
Joined: Fri Jul 22, 2022 10:56 am

Python3 in wine

Post by 16_aire »

I have a windows app only that requires python3 to run plugins and when I try to install python I got an error telling me that I'm on windows 7 and I need windows 8.1 or later

Code: Select all

[0204:0214][2022-07-22T18:00:39]e000: Detected Windows 7
[0204:0214][2022-07-22T18:00:39]e000: Windows 8.1 or later is required to continue installation
Any idea how to bypass it?
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Python3 in wine

Post by jkfloris »

You can change the Windows version with winecfg
or from the command line

Code: Select all

winecfg /v win81
Locked