- Timestamp:
- Jan 26, 2024 8:09:34 AM (8 months ago)
- File:
-
- 1 edited
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r103045 r103076 1394 1394 if self.oBuild.sSdkPath is not None: 1395 1395 sys.path.insert(0, os.path.join(self.oBuild.sSdkPath, 'installer')) 1396 sys.path.insert(0, os.path.join(self.oBuild.sSdkPath, 'installer', 'python', 'vboxapi', 'src')) # For >= VBox 7.1 1396 1397 sys.path.insert(1, os.path.join(self.oBuild.sSdkPath, 'install')); # stupid stupid windows installer (VBox < 7.1)! 1397 1398 sys.path.insert(2, os.path.join(self.oBuild.sSdkPath, 'bindings', 'xpcom', 'python')) … … 1402 1403 from vboxapi import VirtualBoxManager; # pylint: disable=import-error 1403 1404 except: 1404 reporter.logXcpt('Error importing vboxapi ');1405 reporter.logXcpt('Error importing vboxapi (Python %s)' % (sys.version,)); 1405 1406 return False; 1406 1407
Note:
See TracChangeset
for help on using the changeset viewer.

