VirtualBox

Changeset 20118 in vbox for trunk/src/VBox/Main/glue


Ignore:
Timestamp:
May 28, 2009 1:25:08 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47883
Message:

Python: installer draft

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/vboxapi.py

    r20113 r20118  
    2121
    2222if VboxBinDir is None:
    23     # @todo: To be set by installer
    24     VboxBinDir = "/home/nike/work/ws/out/linux.amd64/debug/bin/"
     23    # Will be set by the installer
     24    VboxBinDir = "%VBOX_INSTALL_PATH%"
    2525
    2626if VboxSdkDir is None:
     
    2828
    2929os.environ["VBOX_PROGRAM_PATH"] = VboxBinDir
    30 os.environ["VBOX_SDK_PATH"] = VboxSdkDir
     30#os.environ["VBOX_SDK_PATH"] = VboxSdkDir
    3131sys.path.append(VboxBinDir)
    32 sys.path.append(VboxSdkDir+"/bindings/glue/python")
     32#sys.path.append(VboxSdkDir+"/bindings/glue/python")
    3333
    3434from VirtualBox_constants import VirtualBoxReflectionInfo
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette