Nithin Murali

Results 62 comments of Nithin Murali

Yes this is the complete backtrace i could see. distribution Ubuntu 14.04 i have python 2 and 3 installed along with anaconda i have also installed `python3-urwid python3-psutil`

the above code also throws the same error ```Traceback (most recent call last): File "./aa.py", line 3, in print(psutil.net_connections()) AttributeError: 'module' object has no attribute 'net_connections'```

okey , i have fixed it. maybe the readme should have `pip3 install --upgrade psutil` rather than `sudo apt-get install python3-psutil` but now i have a new error. ( I...

working for me on 5.1, 8, 9. Is your gps turned on?

@thuibr I have created a more generic MR https://github.com/nithinmurali/pygsheets/pull/557. Please verify if that solves this.

Updated the local discovery document with latest specs. It should work now.

for me [this](https://github.com/prolificinteractive/material-calendarview/issues/961#issuecomment-498088303) solved it

Even it was a bit of dilemma for me when adding this constant api calling for each property access. The api call for each and every property access is to...

Hmm, making this explicitly optional, makes more sense. Will have to think about actual implementation though.