- Timestamp:
- Nov 2, 2020 5:48:46 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/doc/manual/en_US/SDKRef.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r84941 r86785 1497 1497 application and allows the developer to focus on application logic. 1498 1498 The VirtualBox installer automatically sets up this glue layer for the 1499 system default Python install. See below for details on how to set up 1500 the glue layer if you want to use a different Python 1501 installation.</para> 1499 system default Python installation.</para> 1500 1501 <para>See <xref linkend="glue-python-setup"/> for details on how to 1502 set up the glue layer if you want to use a different Python installation, 1503 or if the VirtualBox installer failed to detect and set it up accordingly.</para> 1502 1504 1503 1505 <para>The minimum supported Python version is 2.6.</para> … … 1569 1571 (<computeroutput>mgr.getSessionObject()</computeroutput>).</para> 1570 1572 1571 <para>In case you want to use the glue layer with a different Python 1572 installation, use these steps in a shell to add the necessary 1573 files:</para> 1573 <sect3 id="glue-python-setup"> 1574 <title>Manual or subsequent setup</title> 1575 1576 <para>In case you want to use the glue layer with a different Python 1577 installation or the installer failed to set it up, use these steps 1578 in a shell to install the necessary files:</para> 1574 1579 1575 1580 <screen> # cd VBOX_INSTALL_PATH/sdk/installer 1576 1581 # PYTHON vboxapisetup.py install</screen> 1582 1583 <note>On Windows hosts, a Python distribution along with the 1584 win32api bindings package need to be installed as a prerequisite.</note> 1585 </sect3> 1586 1577 1587 </sect2> 1578 1588
Note:
See TracChangeset
for help on using the changeset viewer.

