[issue26265] errors during static build on OSX

2016-02-02 Thread David Beck
David Beck added the comment: Thanks, I’ve done that (a couple of times). I posted this not so much because of my problems with PyQt, but because the output of the Python build when I used those two options asked me to report this as a bug. cheers, David > On Feb 2, 2016, at 9:27 AM,

[issue26265] errors during static build on OSX

2016-02-02 Thread David Beck
New submission from David Beck: I'm working on an iMac (27" mid 2010) running OSX 10.11.3. I'm trying to build Python3.5.0 for use with pyqtdeploy. If I build python without specifying "--enable-universalsdk", I get multiple warnings "clang: warning: no su

[issue14959] ttk.Scrollbar in Notebook widget freezes

2012-06-03 Thread David Beck
David Beck db...@ualberta.ca added the comment: That's a shame, though I guess it means I can stop struggling with the installation of Tix. Since that's another extension of Tk, the same issue will probably be lurking in there as well. Maybe I'll give wxPyton or QT a shot. Thanks for your

[issue14959] ttk.Scrollbar in Notebook widget freezes

2012-05-30 Thread David Beck
David Beck db...@ualberta.ca added the comment: After playing around with this a bit more, I've found that if the Scrollbars on the different tabs are not aligned (that is, they don't occupy the same EW position in the frame) the effect disappears. I thought that might mean that the last

[issue14959] ttk.Scrollbar in Notebook widget freezes

2012-05-29 Thread David Beck
New submission from David Beck db...@ualberta.ca: I am working on an iMac running OS 10.7, TK 8.5.11. I built a simple app containing a Notebook widget, and with Listboxes and linked tkk.Scrollbars on each of three tabs. All of the Scrollbars work the first time I manipulate them, but once