Python论坛  - 讨论区

标题:[python-chinese] Python Applet的构想

2007年11月01日 星期四 10:04

jinq0123在163.com jinq0123在163.com
星期四 十一月 1 10:04:14 HKT 2007

打开一个网页,就能运行一个wxPython界面的Python Applet,感觉与运行本地程 
序一样,只是运行在一个安全的沙盒,可以放心大胆地运行从网上装载的任何 
Python模块。

主要需要解决安全问题。浏览器内置的Python解释器的内建和自带模块都是安全 
的,受沙盒限制,将不允许自定义DLL模块的加载。

-- 
金庆

欢迎访问:金庆的专栏 ( http://blog.csdn.net/jq0123 )
欢迎加入:上海程序员 ( http://groups.google.com/group/programmers_sh )




[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月01日 星期四 10:05

朽木klutz chumpklutz在gmail.com
星期四 十一月 1 10:05:50 HKT 2007

Â¥Ö÷×öºÃÁË£¬±ðÍüÁË֪ͨһÉù

ÔÚ07-11-1£¬jinq0123在163.com <jinq0123在163.com> дµÀ£º
>
> ´ò¿ªÒ»¸öÍøÒ³£¬¾ÍÄÜÔËÐÐÒ»¸öwxPython½çÃæµÄPython Applet£¬¸Ð¾õÓëÔËÐб¾µØ³Ì
> ÐòÒ»Ñù£¬Ö»ÊÇÔËÐÐÔÚÒ»¸ö°²È«µÄɳºÐ£¬¿ÉÒÔ·ÅÐĴ󵨵ØÔËÐдÓÍøÉÏ×°ÔصÄÈκÎ
> PythonÄ£¿é¡£
>
> Ö÷ÒªÐèÒª½â¾ö°²È«ÎÊÌâ¡£ä¯ÀÀÆ÷ÄÚÖõÄPython½âÊÍÆ÷µÄÄÚ½¨ºÍ×Ô´øÄ£¿é¶¼ÊÇ°²È«
> µÄ£¬ÊÜɳºÐÏÞÖÆ£¬½«²»ÔÊÐí×Ô¶¨ÒåDLLÄ£¿éµÄ¼ÓÔØ¡£
>
> --
> ½ðÇì
>
> »¶Ó­·ÃÎÊ£º½ðÇìµÄרÀ¸ ( http://blog.csdn.net/jq0123 )
> »¶Ó­¼ÓÈ룺ÉϺ£³ÌÐòÔ± ( http://groups.google.com/group/programmers_sh )
>
>
>
> _______________________________________________
> 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
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071101/b4d1a092/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月01日 星期四 10:07

yuan xuan xuanyuan14.leo在gmail.com
星期四 十一月 1 10:07:06 HKT 2007

好想法。准备如何实现?最关心'安全问题。

在07-11-1,jinq0123在163.com <jinq0123在163.com> 写道:
>
> 打开一个网页,就能运行一个wxPython界面的Python Applet,感觉与运行本地程
> 序一样,只是运行在一个安全的沙盒,可以放心大胆地运行从网上装载的任何
> Python模块。
>
> 主要需要解决安全问题。浏览器内置的Python解释器的内建和自带模块都是安全
> 的,受沙盒限制,将不允许自定义DLL模块的加载。
>
> --
> 金庆
>
> 欢迎访问:金庆的专栏 ( http://blog.csdn.net/jq0123 )
> 欢迎加入:上海程序员 ( http://groups.google.com/group/programmers_sh )
>
>
>
> _______________________________________________
> 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
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20071101/bb70e507/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月01日 星期四 10:26

Question wanliyou在gmail.com
星期四 十一月 1 10:26:02 HKT 2007

Applet本身不尴不尬的,主要现在可能也就企业内部用用。瘦点ajax可以满足,胖点桌面应用。而且用户不怎么欢迎(没怎么尝到甜头),还有java版本问题。so。。。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20071101/22b6abb6/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月01日 星期四 10:31

jinq0123在163.com jinq0123在163.com
星期四 十一月 1 10:31:08 HKT 2007

重新写个Python解释器。

yuan xuan wrote:
> 好想法。准备如何实现?最关心'安全问题。
>
> 在07-11-1,*jinq0123在163.com jinq0123在163.com>* 
> <jinq0123在163.com jinq0123在163.com>> 写道:
>
>     打开一个网页,就能运行一个wxPython界面的Python Applet,感觉与运行
>     本地程
>     序一样,只是运行在一个安全的沙盒,可以放心大胆地运行从网上装载的任何
>     Python模块。
>
>     主要需要解决安全问题。浏览器内置的Python解释器的内建和自带模块都是安全
>     的,受沙盒限制,将不允许自定义DLL模块的加载。
>
>     --
>     金庆
>
>     欢迎访问:金庆的专栏 ( http://blog.csdn.net/jq0123 )
>     欢迎加入:上海程序员 ( http://groups.google.com/group/programmers_sh )
>
>
>
>     _______________________________________________
>     python-chinese
>     Post: send python-chinese在lists.python.cn
>     python-chinese在lists.python.cn>
>     Subscribe: send subscribe to
>     python-chinese-request在lists.python.cn
>     python-chinese-request在lists.python.cn>
>     Unsubscribe: send unsubscribe to  
>     python-chinese-request在lists.python.cn
>     python-chinese-request在lists.python.cn>
>     Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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


-- 
金庆

欢迎访问:金庆的专栏 ( http://blog.csdn.net/jq0123 )
欢迎加入:上海程序员 ( http://groups.google.com/group/programmers_sh )




[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月01日 星期四 10:53

Can Xue xuecan在gmail.com
星期四 十一月 1 10:53:38 HKT 2007

RestrictedPython 提供了受限制的 Python 运行环境,可以用于运行不受信任的代码。可以作为解决安全问题的思路。

http://pypi.python.org/pypi/RestrictedPython/3.4.2



在 07-11-1,jinq0123在163.com<jinq0123在163.com> 写道:
> 打开一个网页,就能运行一个wxPython界面的Python Applet,感觉与运行本地程
> 序一样,只是运行在一个安全的沙盒,可以放心大胆地运行从网上装载的任何
> Python模块。
>
> 主要需要解决安全问题。浏览器内置的Python解释器的内建和自带模块都是安全
> 的,受沙盒限制,将不允许自定义DLL模块的加载。
>
> --
> 金庆
>
> 欢迎访问:金庆的专栏 ( http://blog.csdn.net/jq0123 )
> 欢迎加入:上海程序员 ( http://groups.google.com/group/programmers_sh )
>
>
>
> _______________________________________________
> 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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号