google / grumpy

Grumpy is a Python to Go source code transcompiler and runtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grumpy.compiler.util.ImportError: line 2: no such module: flask

thztech opened this issue · comments

grumpy.compiler.util.ImportError: line 2: no such module: flask

You're getting this error because you're trying to import flask but don't have any src/__python__/flask.py or src/__python__/flask/__init__.py in your GOPATH.

If you're trying to use the flask library you're going to be disappointed because it's not yet supported.