简体   繁体   English

找不到PyQt的exe

[英]Can't find the exe for PyQt

I just installed PyQt for win64 using python 33 from: http://www.riverbankcomputing.com/software/pyqt/download and can't seem to find its exe in C:\\Python33\\Lib\\site-packages\\PyQt4. 我刚刚使用python 33从以下位置安装了针对Win64的PyQt: http ://www.riverbankcomputing.com/software/pyqt/download,但似乎在C:\\ Python33 \\ Lib \\ site-packages \\ PyQt4中找不到其exe。 The linguist, assistant and designer exes are all there. 语言专家,助手和设计师exe都在那里。 Am I missing something? 我想念什么吗?

I've already reinstalled it 4 times with no change. 我已经重新安装了4次,没有任何更改。

Sorry, if this is a stupid question. 抱歉,如果这是一个愚蠢的问题。

What do you expect from this exe? 您对这个exe有何期待?

I'm not realy into this, but it seems like PyQt is like a module you can include in your python code (like import QtCore ) and not an actual application to execute. 我不是很确定,但是PyQt好像可以在python代码中包含的模块(例如import QtCore ),而不是要执行的实际应用程序。

see here for the components you can import and here about PyQt not being an actual application . 有关 可导入的组件,请参见此处; 有关PyQt并非实际应用程序,请参见此处 You can then use python to make applications with Qt. 然后,您可以使用python创建带有Qt的应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM