VirtualBox

Opened 15 years ago

Closed 15 years ago

#5024 closed defect (fixed)

Errors with Python API information => fixed in SVN

Reported by: Swoogan Owned by: Nikolay Igotti
Component: documentation Version: VirtualBox 3.0.6
Keywords: Cc:
Guest type: other Host type: other

Description

First:

On page 25 of SDKRef.pdf included in the SDK:

"change to bindings/webservice/python/samples/ ... then run ./vboxshell.py"

vboxshell.py is in bindings/glue/python/sample

Second:

On page 37 of the SDKRef.pdf:

#from vboxapi
import VirtualBoxManager

I don't know for sure, but I believe that the line got broken up and should be:

from vboxapi import VirtualBoxManager

Third:

The makefile in bindings/webservice/python/samples/ contains

PYTHONPATH=../lib python ./clienttest.py

There is no clienttest.py

Forth:

sdk/installer is missing the vboxapisetup.py file that's found in sdk/install within the VirtualBox installed directory

Change History (4)

comment:1 by Swoogan, 15 years ago

Fifth:

On page 38,

progress=vb.openRemoteSession(session,mach.id,"gui","")

should be,

progress=vbox.openRemoteSession(session,mach.id,"gui","")

comment:2 by Nikolay Igotti, 15 years ago

Owner: set to Nikolay Igotti

Thanks, will correct docs appropriately.

comment:3 by Nikolay Igotti, 15 years ago

Summary: Errors with Python API informationErrors with Python API information => fixed in SVN

comment:4 by Nikolay Igotti, 15 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use