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 , 15 years ago
comment:3 by , 15 years ago
Summary: | Errors with Python API information → Errors with Python API information => fixed in SVN |
---|
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fifth:
On page 38,
should be,