通过无线网络使用Bottle.py

时间:2012-08-29 00:12:07

标签: python ctypes wireless host bottle

我想通过无线网络使用bottle.py。不幸的是我不知道如何设置它。我想通过无线网络执行的代码(从另一台计算机执行)是:

import ctypes
from bottle import get, post, request, run

@get('/control')
def message():
    return '''<form method='POST' action='/control'>
        <input name='message'   type='text'/>
        <input type='submit'/>
        </form>'''

@post('/control')
def send():
    Message  =request.forms.get('message')
    MessageBox = ctypes.windll.user32.MessageBoxA
    MessageBox(None,Message,'MESSAGE', 0)

run(host=127.0.0.1, port=8090)

1 个答案:

答案 0 :(得分:1)

要回答问题 - 你确定要仅绑定它@ 127吗?我的意思是 - 127.0 ...是localhost ...尝试0.0.0.0或IP