﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
4071,vboxshell.py from SDK won't run without modification => Fixed in SVN,Benjamin Gilbert,,"{{{
[~]$ 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

{{{from shellcommon import interpret}}}

to

{{{from shellcommon import interpret, PerfCollector}}}

in vboxshell.py.",defect,closed,other,VirtualBox 2.2.2,fixed,,bgilbert@…,other,other
