[Pyvix-discuss] pyvix needs update to _support.py to support new path
Status: Beta
Brought to you by:
woodsplitter
From: Paul P. <pv...@go...> - 2007-05-23 03:31:36
|
I just started looking at pyvix today. I downloaded 2006.07.18 and the latest VIX SDK: - http://superb-west.dl.sourceforge.net/sourceforge/pyvix/pyvix-2006.07.18.win32-py2.4.exe -and- - http://www.vmware.com/download/sdk/vixapi.html I installed and then I tried a simple import: import pyvix.vix It failed in importing the regkey that finds the path to vix.dll. >From looking at the code and looking at my install it looks like the path has changed from: - HKLM\SOFTWARE\VMware, Inc.\VMware Server\InstallPath + "VMware VIX" -to- - HKLM\SOFTWARE\VMware, Inc.\VMware VIX\InstallPath + ("ws-2\32bit" or "server-1\32bit") Is the pyvix project still alive to take this change? Thanks! Pv |