![]() |
|
Qt4.dll? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Python (https://sinister.ly/Forum-Python) +--- Thread: Qt4.dll? (/Thread-Qt4-dll) |
Qt4.dll? - zero-uplink - 12-29-2013 There are some DLLs with Qt in their names. Such as in Acunetix Web Vulnerability Scanner. I want to know if they are compiled file which is written by python and using PyQt as their GUI module. ![]() It has been bugging me for a while. And if that's done by PyQt, how do they managed to compile all of them to this number of files. I mean, if i compile a script in py2exe, there would be a bunch of files lying around. RE: Qt4.dll? - shirofuji - 12-30-2013 I believe they are jst dependencies of some applications, and having Qt in their names does not suggest they have been compiled with PyQt. besides Qt could mean a lot. dll files are usually developed using windows development applications such as vb, vb.net |