Hi. I have been trying really hard to make a CRUD app with a wx.grid.PyGridTableBase-based wx.grid.Grid that takes its data from a resultproxy of the SQL Expression Language of SQLAlchemy from a MySQL database table, but the problem I have is that I have to convert the resultProxy to a list that I can assign to the PyGridTableBase, so, whenever I want to persist the data changed from the grid I have to first update the resultProxy and THEN update the data, so using SQLAlchemy is not making any sense!

- Is there an easier way of doing this? Examples would REALLY help.

Thanks in advance!

You may want to contact (PM) user evstevemd, who has a similar problem. See what he figured out so far.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.