On 9/22/11 11:49 AM, Niclas Nilsson wrote: > Hi! Well received; welcome!
> I just installed Dabo and trying to learn it by following the > documentation and the exellent screencast. My problem is that > ClassDesigner keeps crashing on me with a Segment fault. I run Python > 2.7.1+ (I guess the plus is something to Python that the Canonical guys > added) on a Ubuntu 11.04 box. > > The way it crashes is: > I'm trying to create a similar layout as the one in the screencast > "Using the Data Environment". But the tables are different (I use a > sqlite db). I get to the point when it's time to add the grid on the > right. But when I selected the grid in the "Add control from Data > Environment" wizard it stops with a Segment fault. There was a problem with wx.grid.Grid in wxPython versions prior to 2.8.12.0 and Python > 2.6. Dabo's dGrid is based on this control. Could you check your wxPython version? Do that in a number of ways, the easiest being to open up a python interpreter and type: >>> import wx >>> wx.VERSION > Any ideas? If installing the latest wxPython doesn't help, you could try installing Python 2.6.5 which I'm confident will work since it's the version I use. > Excuse my bad english! Your English is quite good - I wouldn't have known you weren't a native speaker. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
