Arjun Mayilvaganan
Arjun Mayilvaganan
@agbiyani, 'asynchronous' method should be used. The error `Used synchronous method: fs.readdir()` is pointing out that, you've used 'synchronous`, instead.
Hello, does this work on OS X yet? I installed it. But when I try, I get the `No module named 'activity'` .
@ErikBjare, ``` Traceback (most recent call last): File "example.py", line 1, in import activity ImportError: No module named 'activity' ``` and when using `activitywatch` ``` Traceback (most recent call last):...
Also, if directly ran as `activitywatch` from the terminal, ``` $ activitywatch Traceback (most recent call last): File "/usr/local/bin/activitywatch", line 9, in load_entry_point('activitywatch==0.1.0', 'console_scripts', 'activitywatch')() File "/usr/local/lib/python3.5/site-packages/pkg_resources/__init__.py", line 558, in...