Changeset 12137 in vbox for trunk/src/libs
- Timestamp:
- Sep 5, 2008 3:18:24 PM (16 years ago)
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r12095 r12137 1326 1326 VBOX_PYXPCOM VBOX_WITH_XPCOM 1327 1327 VBoxPython_NAME.darwin = VBoxPython2_3 1328 VBoxPython_INST.solaris.amd64 = $(INST_BIN)/64/ 1328 1329 VBoxPython_INCS = \ 1329 1330 python/src \ -
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.