[pypy-issue] [issue1708] import * doesn't work

Sorawee Porncharoenwase tracker at bugs.pypy.org
Sat Mar 15 03:51:02 CET 2014


New submission from Sorawee Porncharoenwase <nullzero.free at gmail.com>:

In python, I do this: 
from flask.ext.wtf import *

It works perfectly.

In pypy, after I run that command, the error was raised: ImportError: No module 
named flask.ext.wtf.*

I can import flask.ext.wtf, though.

----------
messages: 6596
nosy: nullzero, pypy-issue
priority: bug
status: unread
title: import * doesn't work

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1708>
________________________________________


More information about the pypy-issue mailing list