[PyQt] std::string sip Python3

Jakob Simon-Gaarde jakobsg at gmail.com
Wed Mar 15 15:03:18 GMT 2017


How do I use std::string in my .sip files?

My sip file:

class CPPTheme /External/;

class LMCTheme {
public:
    LMCTheme(CPPTheme* config=0);
    bool LoadTheme(const std::string &fileName);
};


I get the following error:
sip: std::string is undefined

-- 
Med venlig hilsen / Best regards
Jakob Simon-Gaarde
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20170315/bd939642/attachment.html>


More information about the PyQt mailing list