python 程序想加个 gui。想试试 mfc 编译后没有别的那乱
网上搜了一些方法,照着试了试。但都没成功。
不知道该怎么弄了
网上搜了一些方法,照着试了试。但都没成功。
不知道该怎么弄了
1
scalaer Oct 5, 2018
python 不是有 gui 库? kivy
|
2
coderluan Oct 6, 2018
就不该这么弄,没任何必要和好处...... pyqt 了解一下。
|
3
sgissb1 Oct 6, 2018
没试过,但是见过。把 python 打包成 dll,用 c++去调就好。
|
4
ysc3839 Oct 6, 2018 via Android
把 Python 嵌入 C++ 程序的话,可以试试 pybind11。
https://github.com/pybind/pybind11 |
5
felixlong Oct 6, 2018 via Android
pythonwin 了解一下
|