Custom Query (16363 matches)
Results (64 - 66 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3057 | fixed | Windows XP Sp3 MSDN cd fail to install (recompiler triple fault) | ||
| Description |
Can't install Windows xp service pack 3 (from MSDN CD). Setup started loading drivers and finally after trying to start windows (load kernel?) VirtualBox crashed. Faulting application virtualbox.exe, version 0.0.0.0, faulting module vboxrem32.dll, version 0.0.0.0, fault address 0x00005541. |
|||
| #4072 | fixed | Python 2.6 produces DeprecationWarnings on XPCOM exception class => Fixed in SVN | ||
| Description |
When using the Python bindings on a system with Python 2.6 (e.g. Fedora 11), Python produces DeprecationWarning messages the first time the bindings throw an exception. This can be reproduced by using vboxshell.py to create a machine with an invalid OS type (after applying the fix in #4071): [sample]$ export VBOX_PROGRAM_PATH=/usr/lib/virtualbox/ [sample]$ export PYTHONPATH=../:/usr/lib/virtualbox/ [sample]$ python vboxshell.py Running VirtualBox version 2.2.2 vbox> create foo bar baz /home/bgilbert/sdk/bindings/xpcom/python/xpcom/__init__.py:54: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 self.message = message /home/bgilbert/sdk/bindings/xpcom/python/xpcom/__init__.py:57: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 self.message = message Unknown OS type: bar |
|||
| #5024 | fixed | Errors with Python API information => fixed in SVN | ||
| Description |
First: On page 25 of SDKRef.pdf included in the SDK:
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 PYTHONPATH=../lib python ./clienttest.py
There is no Forth:
|
|||

