Skip to content

wine install of python in x86_64 system #7

@codeanticode

Description

@codeanticode

Under ubuntu 11.04 64 bits, the installation of the python msi through wine is not possible using the graphical interface of the msi installer because pressing the next button doesn't start the installation, and gives this error:

Trying to load PE image for unsupported architecture (AMD-64)
err:msi:ACTION_CallDllFunction failed to load dll L"C:\users\andres\Temp\msi3948.tmp" (193)
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
Trying to load PE image for unsupported architecture (AMD-64)

However, the installation can be carried out without interface by using the following command:
$wine msiexec /i Downloads/python-2.7.2.amd64.msi /qn TARGETDIR=C:\Python27 ALLUSERS=1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions