Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #59652 > unrolled thread

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

Started byMRAB <python@mrabarnett.plus.com>
First post2013-11-16 20:24 +0000
Last post2013-11-16 20:24 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Asyncmongo and Python3: ImportError: No module named 'errors' MRAB <python@mrabarnett.plus.com> - 2013-11-16 20:24 +0000

#59652 — Re: Asyncmongo and Python3: ImportError: No module named 'errors'

FromMRAB <python@mrabarnett.plus.com>
Date2013-11-16 20:24 +0000
SubjectRe: Asyncmongo and Python3: ImportError: No module named 'errors'
Message-ID<mailman.2732.1384633447.18130.python-list@python.org>
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 asyncmongo
>     File "/usr/local/lib/python3.3/dist-packages/asyncmongo/__init__.py",
> line 37, in <module>
>       from errors import (Error, InterfaceError, AuthenticationError,
> DatabaseError, RSConnectionError,
> ImportError: No module named 'errors'
>
> Is asyncmongo not available for python 3? It's home page does not tell
> anything about it:
>
> https://github.com/bitly/asyncmongo
>
> 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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web