2006年04月28日 星期五 09:34
把内部解释器引用的相关模块去掉就可以了吧。 在06-4-28,吴俊玉 <wujunyu at gmail.com> 写道: > > 不知道是不是该重开一个邮件标题,不过也属于合作的问题。 > > python的功能很强大,有没有办法限制他的这种强大呢? > > 比如说在嵌入的python中不能进行系统调用,等等。 > > _______________________________________________ > 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 > > -- 欢迎访问: http://blog.csdn.net/ccat 刘鑫 March.Liu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060428/dc3491e9/attachment-0001.html
2006年04月28日 星期五 09:47
可以吗? 引用模块和导入得有什么区别? 用户可以自己导入模块啊 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060428/0cca5ad5/attachment.htm
2006年04月28日 星期五 09:49
呵呵,初步的想法是: 1、不允许Python对C扩展模块进行import动作,只能import Python语言写的module。这样就将Python的行为绝对控制在自己手中。 2、Python进行系统调用一般都是通过os,sys或一些builtin fnction进行,在Python初始化之后,将这些符号从os,sys和__builtin__ module中拿掉。 为了实现第一项,就我所知,必须修改Python源代码,这也就意味着如果不是C/S结构的话,用户可能需要你修改后的python24.dll,而且,必须在client端应用程序中检查python24.dll的有效性,防止用户用标准的python24.dll替换你的python24.dll。 On 4/28/06, 吴俊玉 <wujunyu at gmail.com> wrote: > > 不知道是不是该重开一个邮件标题,不过也属于合作的问题。 > > python的功能很强大,有没有办法限制他的这种强大呢? > > 比如说在嵌入的python中不能进行系统调用,等等。 > > _______________________________________________ > 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 > > -- Robert Python源码剖析――http://blog.donews.com/lemur/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060428/0750fbb7/attachment.html
2006年04月28日 星期五 09:58
既然要嵌入肯定要限制python的功能了,以后继续学习吧。 现在去学校提交论文――真差,居然非要到学校上网提交,非校园网还不行 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060428/1f5768d6/attachment.htm
2006年04月28日 星期五 10:05
你这算好了,我的一个好朋友,技术非常高明的一个人,都毕业很久了,C++就一直没考过,因为他的程序写的是而不是 ,是int main(int argc, char* argv[])而不是void main(),老师也不认识什么叫using namespace std…… 跑题了跑题了,嵌入方面的应用么,不知道你们老师对S60上的Python有没兴趣? 在06-4-28,吴俊玉 <wujunyu at gmail.com> 写道: > > 既然要嵌入肯定要限制python的功能了,以后继续学习吧。 > 现在去学校提交论文――真差,居然非要到学校上网提交,非校园网还不行 > > > _______________________________________________ > 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 > > -- 欢迎访问: http://blog.csdn.net/ccat 刘鑫 March.Liu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060428/2a0f325d/attachment.htm
Zeuux © 2025
京ICP备05028076号