openai / go-vncdriver

Fast VNC driver
MIT License
123 stars 60 forks source link

The example is outdated #30

Open hzyjerry opened 6 years ago

hzyjerry commented 6 years ago

The example provided in /example/usage.py is not compatible with the current version.

Tried out a couple different environments (python2/3, OS X/Ubuntu) and kept getting the following error:

Traceback (most recent call last): File "usage.py", line 12, in <module> go_vncdriver.setup() AttributeError: 'module' object has no attribute 'setup'

simicvm commented 6 years ago

Any update on this?