3

Django、uwsgi、nginx を使いたいです。

まず、uwsgi をテストします。私は test.py ファイルを書きました:

def application(env, start_response):
    start_response('200 OK', [('Content-Type','text/html')])
    return "Hello World"

次のコマンドを入力して uwsgi を実行しようとしたとき

uwsgi --http :8001 --wsgi-file test.py

それは私に言った:

ImportError: No module named '_sysconfigdata_m'

いろいろ調べましたが、答えが見つかりませんでした。

Ubuntu 13.04、Python 3.3.2、および uwsgi 1.9.14 を使用しています。

どうもありがとう。

4

0 に答える 0