Changeset 12137 in vbox for trunk/src/libs/xpcom18a4/python/sample
- Timestamp:
- Sep 5, 2008 3:18:24 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 36095
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.