openai / go-vncdriver

Fast VNC driver
MIT License
123 stars 60 forks source link

inconsistent naming #15

Closed level-3 closed 7 years ago

level-3 commented 7 years ago

i notice that the package is called both go-vncdriver and go_vncdriver . i think this might be causing issue with the go.exe file with the '-' being read as an option

jeremyschlatter commented 7 years ago

Yeah, it seems like it would be good to always call this package go_vncdriver. I haven't seen this lead to errors, though. Do you have a stacktrace for the go.exe problem?

tlbtlbtlb commented 7 years ago

The python package is go_vncdriver. The distribution and git repo are go-vncdriver. We do this in other places, like mujoco-py and it doesn't seem to cause problems.