无法在 N95 上的 PyS60 2.0 中导入 scriptext 模块
当我尝试在 N95 手机上的 PyS60 2.0 版上导入 scriptext 时,出现导入错误,提示没有名为 scriptext 的模块。
我怎样才能找出问题所在?
When I try and import scriptext on PyS60 version 2.0 on my N95 phone, I get an import error saying that there is no module named scriptext.
How can I work out what the problem is?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从:
http://pys60.garage.maemo.org/doc/s60/scriptext.html
N95 是第三版 FP1 设备。
您可以通过将导入放入 try.. except 块中,根据此模块的可用性在运行时调整您的应用程序:
From:
http://pys60.garage.maemo.org/doc/s60/scriptext.html
N95 is a 3rd edition FP1 device.
You can adapt your app at runtime according to the availability of this module by putting the import in a try..except block: