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


Groups > comp.lang.python > #59653

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

Date 2013-11-16 21:55 +0100
From Laszlo Nagy <gandalf@shopzeus.com>
Subject Re: Asyncmongo and Python3: ImportError: No module named 'errors'
References <5287C05E.6000302@shopzeus.com> <5287D466.8010807@mrabarnett.plus.com>
Newsgroups comp.lang.python
Message-ID <mailman.2733.1384635304.18130.python-list@python.org> (permalink)

Show all headers | View raw


>> 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:

gandalf@gandalf-HP-G62-Notebook-PC:~$ python3
Python 3.3.1 (default, Sep 25 2013, 19:29:01)
[GCC 4.7.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
 >>> import pymongo
 >>> pymongo.version
'2.6.3'
 >>> import tornado
 >>> tornado.version
'3.1.1'
 >>>


-- 
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


Thread

Re: Asyncmongo and Python3: ImportError: No module named 'errors' Laszlo Nagy <gandalf@shopzeus.com> - 2013-11-16 21:55 +0100

csiph-web