Custom Query (16363 matches)
Results (388 - 390 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #12690 | fixed | vboxshell.py tab completion broken => Fixed in SVN | ||
| Description |
Hello, Tab completion on latest version of vboxshell.py is not working. A patch to fix the issue is attached to the ticket. Best regards |
|||
| #4071 | fixed | vboxshell.py from SDK won't run without modification => Fixed in SVN | ||
| Description |
[~]$ cd sdk/bindings/xpcom/python/sample
[sample]$ export VBOX_PROGRAM_PATH=/usr/lib/virtualbox/
[sample]$ export PYTHONPATH=../:/usr/lib/virtualbox/
[sample]$ python vboxshell.py
Traceback (most recent call last):
File "vboxshell.py", line 45, in <module>
'remote':False, 'perf':PerfCollector(vbox)}
NameError: name 'PerfCollector' is not defined
The fix is to change
to
in vboxshell.py. |
|||
| #16979 | fixed | vboxshell.py createHdd command not working | ||
| Description |
misspelling occurred in python code: hdd = ctx['vb'].createMedium(format, ...) should be spelled as: hdd = ctx['vb'].createMedium(fmt, ...) |
|||
Note:
See TracQuery
for help on using queries.

