web-dev-qa-db-ja.com

wine msiのインストールの問題-err:msidb、fixme:storage

私はvpythonで何かをしようとしています。

vpython.orgは、ワインのインストールを行ってから、前述の手順に従ってvpythonのものをインストールすることを提案しています ここ

しかし、問題はpython自体をインストールしようとするときのwineにあります(これにはLinux python)を使用できないことに注意してください)。その操作:

$ wine msiexec /i python-2.7.9.AMD64.msi /qn TARGETDIR=C:\Python27 ALLUSERS=1
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
fixme:storage:create_storagefile Storage share mode not implemented.
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
err:msidb:get_tablecolumns column 3 out of range

問題に見えるのは? Fyi、ubuntu 14.0464ビットOSを使用しています

1
deostroll

私はそれがwine1.6のバグだと思います: https://bugs.launchpad.net/ubuntu/+source/wine1.6/+bug/1383214

最近、修正がリリースされました。

1