New submission from Sorawee Porncharoenwase <[email protected]>:
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 <[email protected]> <https://bugs.pypy.org/issue1708> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
