2006年12月19日 星期二 15:56
On 12/19/06, cry <zyqmail在tom.com> wrote: > Zoom.Quiet,您好! > > u.py就可以被调用了?是什么系统调用的PY呢?ASP自己支持的?需要另外再安装什么吗? > 嗬嗬嗬,原来你的主要误解在这儿哪! 先不管其它的, 先弄清楚如何在 web server 中支持运行Python 脚本吧! 途经: 1. IIS+ACTIVEPYTHON, CGI 方式运行 2. Apache+mod_python CGI/fastCGI/WSGI/... 方式运行 3. 独立自有服务器运行 Karrigell/Django/TurboGears/PyLon/web.py 等等几乎所有Python WEB应用框架都支持这种! 最简单的是不触及你的IIS体验: 0. 下载Karrigell 1. 解开压缩,运行 python Karrigell.py (必要的话修改 Karrigell.ini 配置文件,指定发布WEB 服务到8080端口) OK! 你现在可以简单的将 from 的表单提交给 http://localhost:8080/path/to/u/app.py 了!!! > 在 2006-12-19 10:09:00 您写道: > >On 12/19/06, cry <zyqmail在tom.com> wrote: > >> Zoom.Quiet,您好! > >> > >> ASP form提交到PYTHON?有例子吗?怎么做呢? > >> > >in .asp > >> >就这么简单,没有什么技巧的哪?! > > > >> 谢谢 > >> > >> 在 2006-12-18 23:22:00 您写道: > >> >On 12/18/06, cry <zyqmail在tom.com> wrote: > >> >> 大熊,您好! > >> >> > >> >> ASP怎么加载PYTHON生成的HTML? > >> >> > >> >根本不用顾虑这么多,使用ASP和FALSH交互的思路就好了, > >> >ASP form 提交给一个Python 应用, > >> >返回一个HTML页面, > >> >输出txtarea 中包含全部结果,最好是XML格式的; > >> >以及自动 onload 时 submit 此页面回去的JS, > >> >这样Py 完成运算后,就通过标准的HTTP 表单将数据提交回了你需要的页面! > >> > > >> >当然,现在有Ajax 了,你也可以利用Ajax 的框架,来将不同应用语言处理的数据或是请求进行相互传导的 > >> > > >> > > >> > > >> >> 在 2006-12-18 22:19:00 您写道: > >> >> >用python生成html,然后在asp中加载不就完了 > >> >> > > >> >> >2006/12/18, cry <zyqmail在tom.com>: > >> >> >> > >> >> >> python,您好! > >> >> >> > >> >> >> 问一个可能和PYTHON关系一不大的问题。 > >> >> >> > >> >> >> 我有一个PYTHON做的模块,想在ASP中调用,有没有什么办法? > >> >> >> 比如:用户在网页上(POST)提交一个数据,用PYTHON的这个模块计算,然后把结果返回给用户的页面上。 > >> >> >> > >> >> >> > >> >> >-- > >> >> >茫茫人海,你是我的最爱 > >> >> >_______________________________________________ > >> >> >python-chinese > >> >> >Post: send python-chinese在lists.python.cn > >> >> >Subscribe: send subscribe to python-chinese-request在lists.python.cn > >> >> >Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > >> >> >Detail Info: http://python.cn/mailman/listinfo/python-chinese > >> >> > >> >> 致 > >> >> 礼! > >> >> > >> >> cry > >> >> zyqmail在tom.com > >> >> > >> >> _______________________________________________ > >> >> python-chinese > >> >> Post: send python-chinese在lists.python.cn > >> >> Subscribe: send subscribe to python-chinese-request在lists.python.cn > >> >> Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > >> >> Detail Info: http://python.cn/mailman/listinfo/python-chinese > >> > > >> > > >> >-- > >> >'''Time is unimportant, only life important! > >> >blog@ http://blog.zoomquiet.org/pyblosxom/ > >> >wiki@ http://wiki.woodpecker.org.cn/moin/ZoomQuiet > >> >douban@ http://www.douban.com/people/zoomq/ > >> >____________________________________ > >> >Please use OpenOffice.org to replace M$ office. > >> > http://zh.openoffice.org > >> >Please use 7-zip to replace WinRAR/WinZip. > >> > http://7-zip.org/zh-cn/ > >> >You can get the truely Freedom from software. > >> >''' > >> >_______________________________________________ > >> >python-chinese > >> >Post: send python-chinese在lists.python.cn > >> >Subscribe: send subscribe to python-chinese-request在lists.python.cn > >> >Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > >> >Detail Info: http://python.cn/mailman/listinfo/python-chinese > >> > >> 致 > >> 礼! > >> > >> cry > >> zyqmail在tom.com > >> > >> > >> _______________________________________________ > >> python-chinese > >> Post: send python-chinese在lists.python.cn > >> Subscribe: send subscribe to python-chinese-request在lists.python.cn > >> Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > >> Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > >-- > >'''Time is unimportant, only life important! > >blog@ http://blog.zoomquiet.org/pyblosxom/ > >wiki@ http://wiki.woodpecker.org.cn/moin/ZoomQuiet > >douban@ http://www.douban.com/people/zoomq/ > >____________________________________ > >Please use OpenOffice.org to replace M$ office. > > http://zh.openoffice.org > >Please use 7-zip to replace WinRAR/WinZip. > > http://7-zip.org/zh-cn/ > >You can get the truely Freedom from software. > >''' > >_______________________________________________ > >python-chinese > >Post: send python-chinese在lists.python.cn > >Subscribe: send subscribe to python-chinese-request在lists.python.cn > >Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > >Detail Info: http://python.cn/mailman/listinfo/python-chinese > > 致 > 礼! > > cry > zyqmail在tom.com > > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -- '''Time is unimportant, only life important! blog@ http://blog.zoomquiet.org/pyblosxom/ wiki@ http://wiki.woodpecker.org.cn/moin/ZoomQuiet douban@ http://www.douban.com/people/zoomq/ ____________________________________ Please use OpenOffice.org to replace M$ office. http://zh.openoffice.org Please use 7-zip to replace WinRAR/WinZip. http://7-zip.org/zh-cn/ You can get the truely Freedom from software. '''
2006年12月19日 星期二 19:38
ZQ说的用 karrigell的方法估计是最方便的方法了。 如果你只用iis或者apache,CGI是最省事儿的。 python写cgi,我喜欢用PythonWeb,不过好像这个项目已经停止维护了,现有的还能凑合用,就是配置其session用起来比较麻烦。 2006/12/19, Zoom. Quiet <zoom.quiet at gmail.com>: > On 12/19/06, cry <zyqmail at tom.com> wrote: > > Zoom.Quiet,您好! > > > > u.py就可以被调用了?是什么系统调用的PY呢?ASP自己支持的?需要另外再安装什么吗? > > > 嗬嗬嗬,原来你的主要误解在这儿哪! > > 先不管其它的, > 先弄清楚如何在 web server 中支持运行Python 脚本吧! > 途经: > 1. IIS+ACTIVEPYTHON, CGI 方式运行 > 2. Apache+mod_python CGI/fastCGI/WSGI/... 方式运行 > 3. 独立自有服务器运行 Karrigell/Django/TurboGears/PyLon/web.py 等等几乎所有Python WEB应用框架都支持这种! > > 最简单的是不触及你的IIS体验: > 0. 下载Karrigell > 1. 解开压缩,运行 python Karrigell.py > (必要的话修改 Karrigell.ini 配置文件,指定发布WEB 服务到8080端口) > OK! > 你现在可以简单的将 from 的表单提交给 http://localhost:8080/path/to/u/app.py > 了!!! >
2006年12月19日 星期二 21:11
在2006-12-19,"武长斌" <chbin.w at gmail.com> 写道: From: "武长斌" To: python-chinese at lists.python.cn Date: Tue, 19 Dec 2006 19:38:16 +0800 (CST) Subject: Re: [python-chinese] WEB AND PYTHON > ZQ说的用 karrigell的方法估计是最方便的方法了。 > 如果你只用iis或者apache,CGI是最省事儿的。 > > python写cgi,我喜欢用PythonWeb,不过好象这个项目已经停止维护了,现有的还能凑合用,就是配置其session用起来比较麻烦。 > > 2006/12/19, Zoom. Quiet : > > On 12/19/06, cry wrote: > > > Zoom.Quiet,您好! > > > > > > u.py就可以被调用了?是什么系统调用的PY呢?ASP自己支持的?需要另外再安装什么吗? > > > > > 嗬嗬嗬,原来你的主要误解在这儿哪! > > > > 先不管其它的, > > 先弄清楚如何在 web server 中支持运行Python 脚本吧! > > 途经: > > 1. IIS+ACTIVEPYTHON, CGI 方式运行 > > 2. Apache+mod_python CGI/fastCGI/WSGI/... 方式运行 > > 3. 独立自有服务器运行 Karrigell/Django/TurboGears/PyLon/web.py 等等几乎所有Python WEB应用框架都支持这种! > > > > 最简单的是不触及你的IIS体验: > > 0. 下载Karrigell > > 1. 解开压缩,运行 python Karrigell.py > > (必要的话修改 Karrigell.ini 配置文件,指定发布WEB 服务到8080端口) > > OK! > > 你现在可以简单的将 from 的表单提交给 http://localhost:8080/path/to/u/app.py > > 了!!! > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061219/a80ace30/attachment-0001.html
Zeuux © 2025
京ICP备05028076号