Wine is an open source program for running Windows software on non-Windows operating systems. While it’s most often used on Linux, Wine can run Windows software directly on a Mac, too–without requiring a Windows license or needing Windows running in the background.

Install Python Wine Cooler

$# wine /root/.wine/drive_c/Python27/python.exe -m pip install pyinstaller

Install Python 3.7 Wine

DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won’t be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting pyinstaller
Using cached https://files.pythonhosted.org/packages/9e/ed/fbdad7f5d8f794c901076b814b8e9f5ce31d32c0bc3b63ddd27b61db9530/pyinstaller-4.1.tar.gz
Installing build dependencies … done
Getting requirements to build wheel … error
ERROR: Command errored out with exit status 1:
command: ‘C:Python27python.exe’ ‘C:Python27libsite-packagespip_vendorpep517_in_process.py’ get_requires_for_build_wheel ‘c:usersroottemptmpogzc9l’
cwd: c:usersroottemppip-install-ahvsuwpyinstaller
Complete output (19 lines):
Traceback (most recent call last):
File 'C:Python27libsite-packagespip_vendorpep517_in_process.py', line 207, in
main()
File 'C:Python27libsite-packagespip_vendorpep517_in_process.py', line 197, in main
json_out[‘return_val’] = hook(**hook_input[‘kwargs’])
File 'C:Python27libsite-packagespip_vendorpep517_in_process.py', line 54, in get_requires_for_build_wheel
return hook(config_settings)
File 'c:usersroottemppip-build-env-uxaemgoverlayLibsite-packagessetuptoolsbuild_meta.py', line 146, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[‘wheel’])
File 'c:usersroottemppip-build-env-uxaemgoverlayLibsite-packagessetuptoolsbuild_meta.py', line 127, in _get_build_requires
self.run_setup()
File 'c:usersroottemppip-build-env-uxaemgoverlayLibsite-packagessetuptoolsbuild_meta.py', line 243, in run_setup
self).run_setup(setup_script=setup_script)
File 'c:usersroottemppip-build-env-uxaemgoverlayLibsite-packagessetuptoolsbuild_meta.py', line 142, in run_setup
exec(compile(code, file, ‘exec’), locals())
File 'setup.py', line 63
file=sys.stderr)
^
SyntaxError: invalid syntax

Install Python Wine

ERROR: Command errored out with exit status 1: ‘C:Python27python.exe’ ‘C:Python27libsite-packagespip_vendorpep517_in_process.py’ get_requires_for_build_wheel ‘c:usersroottemptmpogzc9l’ Check the logs for full command output.
WARNING: You are using pip version 19.2.3, however version 20.3.4 is available.
You should consider upgrading via the ‘python -m pip install –upgrade pip’ command.

Hello, I am trying to install python 2.7.8 in wine on ubuntu. Wine is installed and working properly, for example I can use 'wine cmd' to get to the windows command prompt, and navigate directories using cd. I have the.msi installer for python, and I am trying to use msiexec to install it, but it appears to do nothing. Wine Development 6.11 Released with Theming Support Howto Install June 19, 2021 — Leave a comment A new development release of the free open-source implementation to run Windows apps on Linux, Wine 6.11 is out!

Source: Python-3x Questions

Introduction

Wine is a software that allows us to run windows applications on Unix and Linux based system. It also contains winlib where developer can compile windows application.

It was designed and developed by Alexandre Julliard and first released on 1993.

Failed To Install (wine) Python 3.4.4

In this tutorial, we will install Wine on Ubuntu on CentOS 7.

Prerequisites

  • CentOS 7
  • Login as an administrator on the terminal
  • Yum must be configured on the system.
  • Install EPEL release
  • Install ius repository.

Installation

Installation includes the following steps.

1. Install Wine

Installing Wine on CentOS 7 is really very easy. It just needs a simple command to be executed. The command is given below.

Install python wine

Install Python 3 Wine

2. Run Wine

Just type wine on the terminal to run Wine. In order to run wine properly, it needs two installations to be done on the startup. Just perform the installations.

We can also open wine by searching for it in the applications.

Hence, we have installed and get started with Wine. Now we can install the windows compatible software such as Notepad++ on CentOS.