Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #103487
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Nagy László Zsolt <gandalf@shopzeus.com> |
| Newsgroups | comp.lang.python |
| Subject | asyncmongo + python 3: No module named 'errors' |
| Date | Thu, 25 Feb 2016 09:08:15 +0100 |
| Lines | 50 |
| Message-ID | <mailman.119.1456388249.20994.python-list@python.org> (permalink) |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=iso-8859-2 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de GiLvI4x+DwuT9tvhuOKhxAu607IxDdm6fEd52su/lP7g== |
| Return-Path | <gandalf@shopzeus.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'win32': 0.03; 'importerror:': 0.05; 'subject: + ': 0.07; 'skip:" 80': 0.09; 'subject:module': 0.09; 'python': 0.10; 'subject:python': 0.14; '37,': 0.16; '4.3,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; '>>>': 0.20; '"",': 0.22; '3.2': 0.22; 'bit': 0.23; 'installation': 0.23; 'dec': 0.23; 'errors': 0.23; 'import': 0.24; '(most': 0.24; 'module': 0.25; 'skip:( 20': 0.28; 'traceback': 0.33; 'file': 0.34; 'requirements': 0.35; 'fresh': 0.35; 'but': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'to:addr:python.org': 0.40; 'more': 0.63; 'charset:iso-8859-2': 0.64; 'below.': 0.66; '3.5.1': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=shopzeus.com; s=shopzeus_com; t=1456387724; bh=ui8PsmihjTb2EkRep1UmxvmwP6QIuK6JPPItvL91bbg=; h=To:From:Subject:Date:From; b=JfVP/o5opA81lML8fj3pf2MsJils+07PRwUkCmy9N/e9uC2qffvWAy7hcOae83Ect oL7qeWdZg22CFUY+taX0kKFADx0QUK0FyloyAwWbtlNM1sxJXQ1hmo+fDZDbEA10/F j4QE8i6IpmHYXTBGH+Sh1D4LpG9y/TFj78ya2wFtCvBf0d/Z/5r1bFppf5FvL9sds8 bBQ81UHQKhfkpzSs/GsF2nOYGH5dDcwegNELxxgDnJZgyCN6bZDkqedxrBerE994aB DCeLDqnxRHJhbdCeOKStbtUR0BAQgE/mlX1VYVfhdgULACaMjRBAUzWmD8QvNfBe6B IwFEtu4Xlcgag== |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.21rc2 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:103487 |
Show key headers only | View raw
ayncmongo requirements are "pymongo" and "tornado".
I have a fresh installation of Python 3.5, pymongo 3.2 and tornado 4.3,
but I cannot import asyncmongo.
Tracelog below.
P:\WinPython-64bit-3.5.1.2\python-3.5.1.amd64>python
Python 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:54:25) [MSC v.1900 64
bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pymongo
>>> pymongo.version
'3.2'
>>> import tornado
>>> tornado.version
'4.3'
>>> import asyncmongo
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"P:\WinPython-64bit-3.5.1.2\python-3.5.1.amd64\lib\site-packages\asyncmongo\__init__.py",
line 37, in <module>
from errors import (Error, InterfaceError, AuthenticationError,
DatabaseError, RSConnectionError,
ImportError: No module named 'errors'
>>>
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
asyncmongo + python 3: No module named 'errors' Nagy László Zsolt <gandalf@shopzeus.com> - 2016-02-25 09:08 +0100
csiph-web