vbox的更動 12137 路徑 trunk/src/libs/xpcom18a4/python/sample
- 時間撮記:
- 2008-9-5 下午03:18:24 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/libs/xpcom18a4/python/sample/vboxshell.py
r12095 r12137 16 16 # 17 17 # This is the place where VirtualBox resides 18 # export VBOX_PROGRAM_PATH=/ home/nike/work/ws/out/linux.amd64/debug/bin/18 # export VBOX_PROGRAM_PATH=/opt/VirtualBox-2.0.0/ 19 19 # To allow Python find modules 20 # export PYTHONPATH=$VBOX_PROGRAM_PATH/sdk/bindings/xpcom/python:$VBOX_PROGRAM_PATH 21 # 22 # Additionally, on 64-bit Solaris, you need to use 64-bit Python from 23 # /usr/bin/amd64/python and due to quirks in native modules loading of 24 # Python do the following: 25 # mkdir $VBOX_PROGRAM_PATH/64 26 # ln -s $VBOX_PROGRAM_PATH/VBoxPython.so $VBOX_PROGRAM_PATH/64/VBoxPython.so 27 # 28 # Mac OS X users can get away with just this: 29 # export PYTHONPATH=$VBOX_SDK/bindings/xpcom/python:$PYTHONPATH 30 # , where $VBOX_SDK is is replaced with the place you unzipped the SDK 31 # or <trunk>/out/darwin.x86/release/dist/sdk. 32 # 20 # export PYTHONPATH=../:$VBOX_PROGRAM_PATH 33 21 # 34 22
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器