Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #59645
| Date | 2013-11-16 19:58 +0100 |
|---|---|
| From | Laszlo Nagy <gandalf@shopzeus.com> |
| Subject | Asyncmongo and Python3: ImportError: No module named 'errors' |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2729.1384628714.18130.python-list@python.org> (permalink) |
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.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Asyncmongo and Python3: ImportError: No module named 'errors' Laszlo Nagy <gandalf@shopzeus.com> - 2013-11-16 19:58 +0100
csiph-web