---------------------------------------------------------------------------
IOError Traceback (most recent call last)
<ipython-input-10-01d50a648bf7> in <module>()
1 from poppy.creatures import PoppyHumanoid
----> 2 creature = PoppyHumanoid(simulator='vrep')
C:\Anaconda2\lib\site-packages\poppy\creatures\abstractcreature.pyc in __new__(cls, base_path, config, simulator, scene, host, port, id, use_snap, snap_host, snap_port, snap_quiet, use_http, http_host, http_port, http_quiet, use_remote, remote_host, remote_port, sync)
87 poppy_creature = from_vrep(config, host, port, scene)
88 except VrepConnectionError:
---> 89 raise IOError('Connection to V-REP failed!')
90
91 elif simulator == 'threejs':
IOError: Connection to V-REP failed!