Opened 14 years ago
Closed 8 years ago
#9295 closed defect (obsolete)
GuestControl Execute from python is broken (Windows hosts only)
Reported by: | Technologov | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 4.1.0 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Windows |
Description (last modified by )
Host: Windows (XP+Vista+7) + python 2.6.6 + pyWin v216 + VBox 4.1.0
The following command fails on Windows hosts: (from vboxshell.py)
vbox> guest "Windows XP VM 11" 'print console.guest.executeProcess("ping.exe", 0, " 127.0.0.1", "", "Administrator", "123456", 10000)'
Objects for SAFEARRAYS must be sequences (of sequences), or a buffer object.
NOTE: The same works on Debian Linux 6 hosts.
-Technologov, 24.7.2011.
Change History (2)
comment:2 by , 8 years ago
Description: | modified (diff) |
---|---|
Resolution: | → obsolete |
Status: | new → closed |
Please reopen if still relevant with a recent VirtualBox release.
NOTE: According to other people, this bug also affects C#, and possibly other high-level (managed) languages.
C++ works (as proven by testing VBoxManage)