On Dec 19, 1:26 pm, Markus Dahlbokum <[EMAIL PROTECTED]> wrote:
> > > 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
> I need an environment that can be delivered to our customers without
> installing python, qt and pyqt. We want to provide the complete package.
> In order to do so I need to link at least python and qt. How can this be done?
You should link all extension modules into the Python executable,
thro
Markus Dahlbokum wrote:
>> > 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 s
> > 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
> 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 want to do t
> > 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'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/config.c, pre