Jaivarsan B

Results 3 comments of Jaivarsan B

I can confirm, the same issue happened on Ubuntu 16.04

I'm way too late. I was stuck over here as well, after tinkering around with different formats, I went to that directory which had both the converter python file and...

thanks to @val922. Im coming here after reading the `Introduction to Tornado, O'reilly book 2012 edition`. Use `MongoClient` instead of `Connection` ```python3 >>> import pymongo >>> conn = pymongo.MongoClient('localhost', 27017)...