MikeTheWatchGuy

Results 244 comments of MikeTheWatchGuy

Can you verify the code you changed was this section of the Table Element: ```python headings = element.ColumnHeadings if element.ColumnHeadings is not None else element.Values[0] for i, heading in enumerate(headings):...

@jbiz25 I'm doing the best I can here. Rattling off 4 bugs you would like me to fix right away isn't going to have a positive impact. I'm right in...

Maybe I'm not being clear on what I mean by "located in user code". If you want to take the "completely replace Update" method, then you will copy the `Table.Update`...

Ah, slant.co is one of the places that I posted. Pretty much all of these sources are part of my "marketing campaign". Good to see that Reddit is getting people...

These are SO helpful.... it proves my point of the need to 'market' a package (I hate that term but it's what it is). I added myself to the wiki.python.org,...

> Anger Anger? Do you mean frustration? Did you try a different GUI framework or something? That article was the first thing I wrote after the release. I didn't realize...

"Popular" is a relative term. With a lot of work, I've managed to get the number of installs almost equal to EasyGUI. I figure that's one gauge of use. LAST...

What's the class & assignment? What school-level are you in?

> In my Software Development class in year 12 (final year of australian school), we're using it as the gui framework for assessments @o0Rh0mbus0o How far along were you into...

Wow, this is fascinating! So this is a second year course. The first year taught you basics of Python. And you guys started on GUIs in the 2 or 3rd...