Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #59653 > unrolled thread
| Started by | Laszlo Nagy <gandalf@shopzeus.com> |
|---|---|
| First post | 2013-11-16 21:55 +0100 |
| Last post | 2013-11-16 21:55 +0100 |
| 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.
Re: Asyncmongo and Python3: ImportError: No module named 'errors' Laszlo Nagy <gandalf@shopzeus.com> - 2013-11-16 21:55 +0100
| From | Laszlo Nagy <gandalf@shopzeus.com> |
|---|---|
| Date | 2013-11-16 21:55 +0100 |
| Subject | Re: Asyncmongo and Python3: ImportError: No module named 'errors' |
| Message-ID | <mailman.2733.1384635304.18130.python-list@python.org> |
>> 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 top | Article view | comp.lang.python
csiph-web