h, w, d = session.console.display.get_screen_resolution(0)
returns this error:
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/virtualbox/library.py", line 18126, in get_screen_resolution
in_p=[screen_id])
ValueError: need more than 3 values to unpack
The code:
h, w, d = session.console.display.get_screen_resolution(0)
returns this error:
Traceback (most recent call last): File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/virtualbox/library.py", line 18126, in get_screen_resolution
in_p=[screen_id])
ValueError: need more than 3 values to unpack