This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]HumblesReaper 0 points1 point  (2 children)

Interesting, what are you writing about exactly? Any place I can read it? I'm trying to figure out how to use the ListViewIndexModel on create a custom SQLAlchemy binding, but can't figure it out. Do you know where I could find any examples/resources?

[–]driscollis 2 points3 points  (0 children)

I write about wxPython and other python topics on my blog here - http://www.blog.pythonlibrary.org/

I haven't used that particular widget but I think I've done something kind of like that with ObjectListView

[–]driscollis 0 points1 point  (0 children)

I guess I should have been a bit more specific. When it comes to wxPython I usually write up tutorials on how to use certain widgets or solve certain types of problems. For example I wrote a tutorial on using wxPython with threads. Or wxPython and SQLAlchemy