http://bugs.winehq.org/show_bug.cgi?id=5811
Summary: installation of python-2.4.3.msi works onyl after installing+repairing Product: Wine Version: 0.9.18. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-msi AssignedTo: wine-bugs@winehq.org ReportedBy: ulf.mehlig@gmx.net CC: mike@codeweavers.com
From http://bugs.winehq.org/show_bug.cgi?id=3590: -- Additional Comments From mike@codeweavers.com 2006-31-07 10:38 -- Ulf, each issue should be in a separate bug, so please open a new bug for your problem with Python 2.4.3. This one is for Python 2.4.2, and is fixed.
Installing python-2.4.3.msi from www.python.org works only partly:
* The file chooser for the installation directory is not accessible * The installation is not complete; for example, the file pythonw.exe is missing. However, calling the installation program a second time and choosing "Repair" leads to a working installation. * when choosing a different directory by manually typing the desired path in the dialog, an empty directory is created within the specified path. Python is, however, installed in the predefined c:\Python24.
Find logs of the first and second installation run in the attachments. If you need more information, please let me know! All the best, Ulf
----------------------------------------------------------------------------- ulf@ulf-lap:~$ rm -rf .wine ulf@ulf-lap:~$ winecfg wine: creating configuration directory '/home/ulf/.wine'... wine: '/home/ulf/.wine' created successfully. ulf@ulf-lap:~$ WINEDEBUG=warn+all wine msiexec /i python-2.4.3.msi 2> python243_install1.txt ulf@ulf-lap:~$ ls -l .wine/drive_c/Program\ Files/Python24/ total 0 ulf@ulf-lap:~$ ls -l .wine/drive_c/Python24/ total 364 drwxr-xr-x 2 ulf ulf 4096 2006-07-31 19:06 DLLs drwxr-xr-x 2 ulf ulf 4096 2006-07-31 19:06 include drwxr-xr-x 14 ulf ulf 4096 2006-07-31 19:06 Lib drwxr-xr-x 2 ulf ulf 4096 2006-07-31 19:06 libs -rw-r--r-- 1 ulf ulf 13755 2006-03-23 09:47 LICENSE.txt -rw-r--r-- 1 ulf ulf 245894 2006-03-29 13:24 NEWS.txt -rw-r--r-- 1 ulf ulf 766 2005-10-28 20:15 pyc.ico -rw-r--r-- 1 ulf ulf 766 2005-10-28 20:15 py.ico -rwxr-xr-x 1 ulf ulf 4608 2006-03-29 17:35 python.exe -rw-r--r-- 1 ulf ulf 51999 2006-03-13 13:51 README.txt drwxr-xr-x 7 ulf ulf 4096 2006-07-31 19:04 Tools -rwxr-xr-x 1 ulf ulf 4608 2006-03-29 17:35 w9xpopen.exe ulf@ulf-lap:~$ WINEDEBUG=warn+all wine msiexec /i python-2.4.3.msi 2> python243_install2.txt ulf@ulf-lap:~$ ls -l .wine/drive_c/Python24/ total 380 drwxr-xr-x 2 ulf ulf 4096 2006-07-31 19:12 DLLs drwxr-xr-x 2 ulf ulf 4096 2006-07-31 19:13 Doc drwxr-xr-x 2 ulf ulf 4096 2006-07-31 19:06 include drwxr-xr-x 16 ulf ulf 4096 2006-07-31 19:10 Lib drwxr-xr-x 2 ulf ulf 4096 2006-07-31 19:06 libs -rw-r--r-- 1 ulf ulf 13755 2006-03-23 09:47 LICENSE.txt -rw-r--r-- 1 ulf ulf 245894 2006-03-29 13:24 NEWS.txt -rw-r--r-- 1 ulf ulf 766 2005-10-28 20:15 pyc.ico -rw-r--r-- 1 ulf ulf 766 2005-10-28 20:15 py.ico -rwxr-xr-x 1 ulf ulf 4608 2006-03-29 17:35 python.exe -rwxr-xr-x 1 ulf ulf 5120 2006-03-29 17:35 pythonw.exe -rw-r--r-- 1 ulf ulf 51999 2006-03-13 13:51 README.txt drwxr-xr-x 7 ulf ulf 4096 2006-07-31 19:12 tcl drwxr-xr-x 7 ulf ulf 4096 2006-07-31 19:04 Tools -rwxr-xr-x 1 ulf ulf 4608 2006-03-29 17:35 w9xpopen.exe ulf@ulf-lap:~$ wine .wine/drive_c/Python24/pythonw.exe Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.
1+2
3