Asyncmongo and Python3: ImportError: No module named 'errors'

2013-11-16 Thread Laszlo Nagy
I'm about to convert a complete library into python3. I need asnycmongo for this. Trying to install it on Ubuntu. After executing sudo pip3 install asyncmongo I have the following traceback: Traceback (most recent call last): ... import asyncmongo File

Re: Asyncmongo and Python3: ImportError: No module named 'errors'

2013-11-16 Thread MRAB
On 16/11/2013 18:58, Laszlo Nagy wrote: I'm about to convert a complete library into python3. I need asnycmongo for this. Trying to install it on Ubuntu. After executing sudo pip3 install asyncmongo I have the following traceback: Traceback (most recent call last): ... import

Re: Asyncmongo and Python3: ImportError: No module named 'errors'

2013-11-16 Thread Laszlo Nagy
Sorry if this question was answered before, I'm new to Python 3. Have you seen and met its 'requirements'? If you haven't then perhaps that's the problem. Yes I did. Requirements are: pymongo 1.9+ and tornado. Both are compatible with Python 3 and are installed on my system: