alfred82santa / whalesong

Whalesong is an asyncio python library to manage WebApps remotely. Currently WhatsappWeb is implemented
https://whalesong.readthedocs.io
MIT License
51 stars 19 forks source link

Problem Execute example #112

Open renat473 opened 5 years ago

renat473 commented 5 years ago

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

alfred82santa commented 5 years ago

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