[PyKDE] python extension using pyqt: unresolved external symbol

Paul Rigor paulrigor.newsletter at gmail.com
Tue Feb 15 18:09:08 GMT 2005


Phil Thompson wrote:

>>Hi all,
>>
>>I'm trying to create a python-qt extension, but I keep on receiving
>>these types of errors: "error LNK2019: unresolved external symbol"
>>...
>>I've attached a word document of the 6 messages... I'd appreciate any
>>help!
>>    
>>
>
>These are seem to be related to moc generated functions that should be in
>your C++ library.
>
>Phil
>  
>
Hi Phil,
How would I go about fixing this?  The pyqtconfig takes care of 
compiling the moc generated source code.  How should I modify the 
source?  Am I not appending an 'extern "C"' properly?
Thanks so much for your response!
Paul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20050215/75774a6c/attachment.html


More information about the PyQt mailing list