Help please! Need to install python in wine.

Questions about Wine on Linux
Locked
User avatar
loticdescant77
Newbie
Newbie
Posts: 3
Joined: Mon Feb 25, 2013 1:24 pm

Help please! Need to install python in wine.

Post by loticdescant77 »

I have tried installing via download from this site and via terminal. Each time it ends in error. Here is the output from my terminal:

2013-02-25 12:57:05 (1.01 MB/s) - `pywin32-214.win32-py2.6.exe' saved [6438204/6438204]

Executing wine msiexec /i python-2.6.2.msi ALLUSERS=1
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:sxs:cache_QueryAssemblyInfo 0x3ec1c8, 0x00000002, L"Microsoft.VC90.CRT,version=\"9.0.21022.8\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\",type=\"win32\"", 0x32f978
fixme:sxs:cache_QueryAssemblyInfo 0x3ec1c8, 0x00000002, L"policy.9.0.Microsoft.VC90.CRT,version=\"9.0.21022.8\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\",type=\"win32-policy\"", 0x32f978
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
err:msi:ACTION_InstallFiles compressed file wasn't installed (L"C:\\Python26\\Lib\\test\\readme.txt")
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
------------------------------------------------------
Note: command 'wine msiexec /i python-2.6.2.msi ALLUSERS=1' returned status 67. Aborting.
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: Help please! Need to install python in wine.

Post by dimesio »

Use winetricks to install it. http://wiki.winehq.org/winetricks
User avatar
loticdescant77
Newbie
Newbie
Posts: 3
Joined: Mon Feb 25, 2013 1:24 pm

Re: Help please! Need to install python in wine.

Post by loticdescant77 »

That's how I got the terminal info - I did "winetricks python" in terminal.

See:
loticdescant77@slaptop:~$ winetricks python
Executing w_do_call python26
Executing load_python26
Executing mkdir -p /home/loticdescant77/.cache/winetricks/python26
Downloading http://www.python.org/ftp/python/2.6.2/python-2.6.2.msi to /home/loticdescant77/.cache/winetricks/python26
--2013-02-25 12:56:47-- http://www.python.org/ftp/python/2.6.2/python-2.6.2.msi
Resolving www.python.org (www.python.org)... 82.94.164.162, 2001:888:2000:d::a2
Connecting to www.python.org (www.python.org)|82.94.164.162|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14536192 (14M) [application/x-msi]
Saving to: `python-2.6.2.msi'

100%[======================================>] 14,536,192 1.67M/s in 11s

2013-02-25 12:56:59 (1.27 MB/s) - `python-2.6.2.msi' saved [14536192/14536192]

Executing mkdir -p /home/loticdescant77/.cache/winetricks/python26
Downloading http://downloads.sourceforge.net/projec ... -py2.6.exe to /home/loticdescant77/.cache/winetricks/python26
--2013-02-25 12:56:59-- http://downloads.sourceforge.net/projec ... -py2.6.exe
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://superb-dca2.dl.sourceforge.net/p ... -py2.6.exe [following]
--2013-02-25 12:56:59-- http://superb-dca2.dl.sourceforge.net/p ... -py2.6.exe
Resolving superb-dca2.dl.sourceforge.net (superb-dca2.dl.sourceforge.net)... 209.61.193.20
Connecting to superb-dca2.dl.sourceforge.net (superb-dca2.dl.sourceforge.net)|209.61.193.20|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6438204 (6.1M) [application/octet-stream]
Saving to: `pywin32-214.win32-py2.6.exe'

100%[======================================>] 6,438,204 1.07M/s in 6.1s

2013-02-25 12:57:05 (1.01 MB/s) - `pywin32-214.win32-py2.6.exe' saved [6438204/6438204]

Executing wine msiexec /i python-2.6.2.msi ALLUSERS=1
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:sxs:cache_QueryAssemblyInfo 0x3ec1c8, 0x00000002, L"Microsoft.VC90.CRT,version=\"9.0.21022.8\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\",type=\"win32\"", 0x32f978
fixme:sxs:cache_QueryAssemblyInfo 0x3ec1c8, 0x00000002, L"policy.9.0.Microsoft.VC90.CRT,version=\"9.0.21022.8\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\",type=\"win32-policy\"", 0x32f978
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
err:msi:ACTION_InstallFiles compressed file wasn't installed (L"C:\\Python26\\Lib\\test\\readme.txt")
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
------------------------------------------------------
Note: command 'wine msiexec /i python-2.6.2.msi ALLUSERS=1' returned status 67. Aborting.
User avatar
loticdescant77
Newbie
Newbie
Posts: 3
Joined: Mon Feb 25, 2013 1:24 pm

Re: Help please! Need to install python in wine.

Post by loticdescant77 »

I updated wine to the latest version and it installed without a problem.

Thanks.

(Unfortunately, the program I'm trying to use still isn't working...but at least now I can tell them I did the next step, and go from there.)
Locked