Results 1 to 3 of 3

Thread: Installing python in wine not working

  1. #1
    Join Date
    2020-Jan
    Posts
    1

    Question Installing python in wine not working

    I'm trying to install python for windows in wine in my kali linux machine the problem is when I worte the command wine msiexec /i python-2.7.16.msi

    I recieve the following error


    Code:
    0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
    0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
    0009:err:mscoree:LoadLibraryShim error reading registry key for installroot
    0009:err:ole:CoGetClassObject class {f6d90f11-9c73-11d3-b32e-00c04f990bb4} not registered
    0009:err:ole:CoGetClassObject no class object {f6d90f11-9c73-11d3-b32e-00c04f990bb4} could be created for context 0x1
    0009:err:msi:msi_install_assembly Failed to install assembly L"C:\\users\\root\\Temp\\msi5.tmp\\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_6f74963e.manifest" (0x80040154)
    0009:err:msi:ACTION_InstallFiles Failed to install assembly
    0009:err:msi:execute_script Execution of script 0 halted; action L"InstallFiles" returned 1603
    0009:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603
    0009:err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
    0009:err:ole:CoGetClassObject class {f6d90f11-9c73-11d3-b32e-00c04f990bb4} not registered
    0009:err:ole:CoGetClassObject no class object {f6d90f11-9c73-11d3-b32e-00c04f990bb4} could be created for context 0x1
    0009:err:ole:CoGetClassObject class {f6d90f11-9c73-11d3-b32e-00c04f990bb4} not registered
    0009:err:ole:CoGetClassObject no class object {f6d90f11-9c73-11d3-b32e-00c04f990bb4} could be created for context 0x1
    0009:err:ole:CoGetClassObject class {f6d90f11-9c73-11d3-b32e-00c04f990bb4} not registered
    0009:err:ole:CoGetClassObject no class object {f6d90f11-9c73-11d3-b32e-00c04f990bb4} could be created for context 0x1
    0009:err:ole:CoGetClassObject class {f6d90f11-9c73-11d3-b32e-00c04f990bb4} not registered
    0009:err:ole:CoGetClassObject no class object {f6d90f11-9c73-11d3-b32e-00c04f990bb4} could be created for context 0x1
    and I don't know what am I supposed to do to fix it Does someone knows how to fix this ?

  2. #2
    Join Date
    2019-Oct
    Posts
    56
    I had a problem with it this how I fixed it.
    Terminal
    nano /etc/apt/sources.list
    Input this.
    Deb http://old.kail.org/kali Dana main non-free contrib
    Deb http://old.kali.org/kali moto main non-free contrib
    Press ctrl+x to exit then hit enter.
    Dpkg --add-architecture i386 && apt update && apt install wine32
    Everything should run after that your going to get an installer like windows just agree to everything and you should be good.

  3. #3
    Join Date
    2019-May
    Posts
    2
    Sorry for my ignorance, but why not just use Python natively on Linux? Is there a special case why you need Python for Windows?

Similar Threads

  1. problems installing wine
    By sbxzz in forum General Archive
    Replies: 1
    Last Post: 2022-04-27, 03:46
  2. Installing Wine under Linux Kali
    By Horizonzzz in forum General Archive
    Replies: 1
    Last Post: 2020-10-29, 09:53
  3. TroubleShooting for Installing Wine
    By xhacker001 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-07-30, 23:04

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •