Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.050 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'python3': 0.07; 'clean.': 0.09; 'subject:Python3': 0.09; 'subject:module': 0.09; 'python': 0.11; 'did.': 0.16; 'mailscanner,': 0.16; '>>>': 0.22; 'import': 0.22; 'header:User-Agent:1': 0.23; "haven't": 0.24; 'question': 0.24; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'scanned': 0.29; 'skip:g 30': 0.30; "i'm": 0.30; "skip:' 10": 0.31; 'sep': 0.31; 'compatible': 0.32; 'linux': 0.33; 'are:': 0.33; 'problem.': 0.35; 'believed': 0.36; 'requirements': 0.37; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'dangerous': 0.60; 'new': 0.61; 'viruses': 0.61; 'more': 0.64; 'yes': 0.68; '3.3.1': 0.84; '2013,': 0.91; 'system:': 0.91 Date: Sat, 16 Nov 2013 21:55:01 +0100 From: Laszlo Nagy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Asyncmongo and Python3: ImportError: No module named 'errors' References: <5287C05E.6000302@shopzeus.com> <5287D466.8010807@mrabarnett.plus.com> In-Reply-To: <5287D466.8010807@mrabarnett.plus.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-shopzeus-MailScanner-Information: Please contact the ISP for more information X-shopzeus-MailScanner-ID: 39CB888973B4.AD89F X-shopzeus-MailScanner: Found to be clean X-shopzeus-MailScanner-From: gandalf@shopzeus.com X-Spam-Status: No X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384635304 news.xs4all.nl 15963 [2001:888:2000:d::a6]:35799 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:59653 >> 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.