Re: [PyQt] sip_api_can_convert_to_type chokes on converting a Python list to a QLIst of enums.

2010-07-15 Thread Phil Thompson
On Wed, 14 Jul 2010 10:42:42 +0200, Gerard Vermeulen gav...@gmail.com wrote: Hi, I have the following sip declaration (left some irrelevant ConvertToSubclass stuff out): class QwtPickerMachine { %TypeHeaderCode #include qwt_picker_machine.h %End // %TypeHeaderCode public: enum

[PyQt] sip_api_can_convert_to_type chokes on converting a Python list to a QLIst of enums.

2010-07-14 Thread Gerard Vermeulen
Hi, I have the following sip declaration (left some irrelevant ConvertToSubclass stuff out): class QwtPickerMachine { %TypeHeaderCode #include qwt_picker_machine.h %End // %TypeHeaderCode public: enum Command { Begin, Append, Move, End }; // enum Command