VirtualBox

Ignore:
Timestamp:
Aug 29, 2008 10:30:07 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35693
Message:

Python on the mac.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/sample/vboxshell.py

    r11848 r11852  
    2121# To allow library resolution
    2222#  export LD_LIBRARY_PATH=$VBOX_PROGRAM_PATH
     23#
    2324# Additionally, on 64-bit Solaris, you need to use 64-bit Python from
    2425# /usr/bin/amd64/python and due to quirks in native modules loading of
     
    2627#   mkdir $VBOX_PROGRAM_PATH/64
    2728#   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
    2835#
    2936import traceback
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