使用IronPython的PyQt [英] Using PyQt from IronPython

查看:61
本文介绍了使用IronPython的PyQt的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以使用IronPython的PyQt?

Is it possible to use PyQt from IronPython?

根据我的阅读,IronPython应该可以与CPython兼容的库一起使用,但是开箱即用似乎不起作用.

From what I've read IronPython should work with CPython compatible libraries but out of the box it doesn't seem to work.

如果可能的话,代码补全会起作用吗?

If it is possible, will code completion work?

推荐答案

您不能直接从IronPython导入CPython模块.有一个项目试图提供一种方法来做到这一点: http://code.google.com /p/ironclad/,但是我不确定他们是否已经支持PyQT.

You can't import CPython modules from IronPython directly. There is a project which tries to provide a way to do this: http://code.google.com/p/ironclad/, but I'm not sure if they support PyQT already.

另一方面,您可以尝试使用WPF代替PyQT.我同时使用了两者,并且发现WPF在各个方面都比较出色.

On the other hand, you might try using WPF instead of PyQT. I used both, and I find WPF superior in every way.

我当前的GUI应用程序基于IronPython + WPF,这是编程的梦想.

My current GUI app is based on IronPython + WPF and it's a dream to program.

这篇关于使用IronPython的PyQt的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆