2005年04月11日 星期一 18:59
IronPython中,如果直接这样: import System.Data 会抛出异常.如果这样: import sys sys.LoadAssemblyByName("System.Data") import System.Data as data .. 就可以正常使用了,这是为什么? --------------------------------- Do You Yahoo!? 注册世界一流品质的雅虎免费电邮 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050411/4557fc4b/attachment.html
2005年04月11日 星期一 20:45
alang yin,您好! 哪款手机里安装了Symbian8.0? 在 2005-04-08 08:50:00 您写道: >模拟器不在PythonForSeries60里面,在Series60的开发SDK包内,具体的就是s60_2nd_fp2_sdk_msb.zip这个文件,约有140MB大小,安装完后约有400多MB,慢慢下吧。祝你好运。 >PythonForSeries60只不过是个附加的包,Symbian6.0或7.0里面是不带python的SDK的,但是最新的Symbian8.0已经内置了python开发包,不用再安装了。 >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese 致 礼! cry zyqmail at 163.net
2005年04月11日 星期一 22:50
我记得它是一种"懒隋"的导入,只有一层层的导入才会真正导入所要的东西。你再看一看它的文档和示例好象都是这样的。 不过我没有研究过。 On Apr 11, 2005 6:59 PM, jun du <u2dudu at yahoo.com.cn> wrote: > > > IronPython中,如果直接这样: > > import System.Data > > 会抛出异常.如果这样: > > import sys > > sys.LoadAssemblyByName("System.Data") > > import System.Data as data > > .. > > 就可以正常使用了,这是为什么? > > > > > ________________________________ > Do You Yahoo!? > 注册世界一流品质的雅虎免费电邮 > > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- I like python! My Donews Blog: http://www.donews.net/limodou My Sina Blog: http://blog.sina.com.cn/blog/1148608914 New Google Maillist: http://groups-beta.google.com/group/python-cn
Zeuux © 2025
京ICP备05028076号