Re: Static linking of python and pyqt

2007-12-19 Thread Markus Dahlbokum
> > 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

Re: Static linking of python and pyqt

2007-12-19 Thread Markus Dahlbokum
> > 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

Static linking of python and pyqt

2007-12-17 Thread Markus Dahlbokum
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