Changeset 11852 in vbox for trunk/src/libs/xpcom18a4/python/sample
- Timestamp:
- Aug 29, 2008 10:30:07 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35693
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/sample/vboxshell.py
r11848 r11852 21 21 # To allow library resolution 22 22 # export LD_LIBRARY_PATH=$VBOX_PROGRAM_PATH 23 # 23 24 # Additionally, on 64-bit Solaris, you need to use 64-bit Python from 24 25 # /usr/bin/amd64/python and due to quirks in native modules loading of … … 26 27 # mkdir $VBOX_PROGRAM_PATH/64 27 28 # ln -s $VBOX_PROGRAM_PATH/VBoxPython.so $VBOX_PROGRAM_PATH/64/VBoxPython.so 29 # 30 # Mac OS X users can get away with just this: 31 # export PYTHONPATH=$VBOX_SDK/bindings/xpcom/python:$PYTHONPATH 32 # , where $VBOX_SDK is is replaced with the place you unzipped the SDK 33 # or <trunk>/out/darwin.x86/release/dist/sdk. 34 # 28 35 # 29 36 import traceback
Note:
See TracChangeset
for help on using the changeset viewer.