whalesong icon indicating copy to clipboard operation
whalesong copied to clipboard

Problem Execute example

Open renat473 opened this issue 5 years ago • 1 comments

Hello,

Problem execute code example.

Traceback (most recent call last): File "examples/driver/statemonitor.py", line 5, in from whalesong.driver_firefox import WhalesongDriver File "/usr/local/lib/python3.5/dist-packages/whalesong/init.py", line 4, in from .driver import BaseWhalesongDriver File "/usr/local/lib/python3.5/dist-packages/whalesong/driver.py", line 22 self._fut_start: Future = None

renat473 avatar Jun 25 '19 21:06 renat473

I guess the problem is that you are using py3.5 that does not recognize variable typing. Try py3.6

alfred82santa avatar Jun 26 '19 05:06 alfred82santa