sip-build fails with AttributeError
Guðjón Guðjónsson
gudjon.i.gudjonsson at gmail.com
Thu Feb 16 22:10:30 GMT 2023
Hi again list
The problem may have to do with the Timeline.
It is defined as:
%Timeline {Qwt_6_1_2 Qwt_6_1_3 Qwt_6_1_4 Qwt_6_1_5 Qwt_6_1_6 Qwt_6_2_0}
Then I use
%If(Qwt_6_1_5 -)
%If(- Qwt_6_1_6)
and
%If(Qwt_6_2_0 -)
in my code.
This compiles with Qwt 6.1.4.
It compiles as well with Qwt 6.1.6 but the strange thing is that it only
compiles if I set
the tag = Qwt_6_1_5 in project.py but tag = Qwt_6_1_6 fails with the same
error message
as in my first message.
The %If(- Qwt_6_1_6) means well all versions up to and including Qwt_6_1_6?
Regards
Gudjon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20230216/0dc36ac9/attachment.htm>
More information about the PyQt
mailing list