> 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, preferably by
adding it to Modules/Setup.local.

HTH,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to