Hello,
I'm trying to link python statically with qt and pyqt. I've tried this in
several ways but never succeeded. At the moment the final make runs without
errors but I get import errors when accessing pyqt.
How can I solve this problem?
Markus
# installing zipimport hook
import zipimport # b
> > I'm trying to link python statically with qt and pyqt. I've tried this in
> > several ways but never succeeded. At the moment the final make runs
> > without errors but I get import errors when accessing pyqt.
> > How can I solve this problem?
>
> You'll need to include QtCore into Modules/conf
> > I just want the qt libs linked to the interpreter without accessing them
> > by a module. I tried the configure option '--with-libs='lib ...''. The
> > make did fine but the executable is too small and the qt symbols are not
> > known by it. How can I just link qt statically?
>
> Why do you wan