[dabo-users] ImportError: No module named aui

2009-10-14 Thread Carl Karsten
On Tue, Jul 21, 2009 at 5:12 PM, Rhodri James rho...@wildebst.demon.co.uk wrote: On Tue, 21 Jul 2009 19:10:18 +0100, Rhodri James rho...@wildebst.demon.co.uk wrote: On Tue, 21 Jul 2009 18:19:44 +0100, Paul McNett p...@ulmcnett.com wrote: Rhodri James wrote: I've seen this crop up once or

Re: [dabo-users] ImportError: No module named aui

2009-10-14 Thread Emanuele Gesuato
What version of wx are you using ? For what i remember wx.aui is available only on wx 2.8. On Wed, Oct 14, 2009 at 8:59 PM, Carl Karsten c...@personnelware.com wrote: On Tue, Jul 21, 2009 at 5:12 PM, Rhodri James rho...@wildebst.demon.co.uk wrote: On Tue, 21 Jul 2009 19:10:18 +0100, Rhodri

Re: [dabo-users] ImportError: No module named aui

2009-10-14 Thread Carl Karsten
On Wed, Oct 14, 2009 at 2:19 PM, Emanuele Gesuato emanuele.gesu...@gmail.com wrote: What version of wx are you using ? both 2.6 and 2.8 - That's my problem: c...@gw42:~/dev/py/badges$ locate aui.py /usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/aui.py

Re: [dabo-users] ImportError: No module named aui

2009-10-14 Thread Emanuele Gesuato
It seems that you have wx 2.6 and 2.8 installed but your python path is referenced to use wx 2.6. please check with import sys sys.path try to remove wx 2.6 (or try to modify wx.pth in site-packages) and after that check the version of wx with import wx wx.version() if it's 2.8, try to import

[dabo-users] Python 2.6

2009-10-14 Thread Paul McNett
I have yet to begin testing Dabo on Python 2.6. Are people up and running on Python 2.6 with Dabo or are you waiting for Dabo to announce support for it? Paul ___ Post Messages to: Dabo-users@leafe.com Subscription Maintenance:

[dabo-users] ReportDesigner segfault

2009-10-14 Thread Carl Karsten
I un-installed wx 2.6, and now I get: c...@gw42:~/dabo-trunk/ide$ ./ReportDesigner.py Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in type 'exceptions.RuntimeError' ignored Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in type

Re: [dabo-users] Python 2.6

2009-10-14 Thread John
On Wednesday 14 October 2009 01:45:58 pm Paul McNett wrote: I have yet to begin testing Dabo on Python 2.6. Are people up and running on Python 2.6 with Dabo or are you waiting for Dabo to announce support for it? Paul I have been waiting although I did limited testing several months ago.

Re: [dabo-users] ReportDesigner segfault

2009-10-14 Thread Paul McNett
Carl Karsten wrote: I un-installed wx 2.6, and now I get: c...@gw42:~/dabo-trunk/ide$ ./ReportDesigner.py Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in type 'exceptions.RuntimeError' ignored Exception RuntimeError: 'maximum recursion depth exceeded in

Re: [dabo-users] strange diff between linux and windows with SQLite

2009-10-14 Thread Adrian Klaver
On Tuesday 13 October 2009 2:11:28 pm John wrote: On Tuesday 13 October 2009 01:34:08 pm Adrian Klaver wrote: On Tuesday 13 October 2009 12:18:10 pm John wrote: OK I think Larry has discovered the problem but not the solution. Drop the 'group by' and the select returns dates instead of

Re: [dabo-users] strange diff between linux and windows with SQLite

2009-10-14 Thread John
On Wednesday 14 October 2009 02:51:07 pm Adrian Klaver wrote: On Tuesday 13 October 2009 2:11:28 pm John wrote: On Tuesday 13 October 2009 01:34:08 pm Adrian Klaver wrote: On Tuesday 13 October 2009 12:18:10 pm John wrote: OK I think Larry has discovered the problem but not the solution.

Re: [dabo-users] ReportDesigner segfault

2009-10-14 Thread Carl Karsten
On Wed, Oct 14, 2009 at 4:31 PM, Paul McNett p...@ulmcnett.com wrote: Carl Karsten wrote: I un-installed wx 2.6, and now I get: c...@gw42:~/dabo-trunk/ide$ ./ReportDesigner.py Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' in type 'exceptions.RuntimeError'

Re: [dabo-users] ReportDesigner segfault

2009-10-14 Thread Paul McNett
Carl: can you try changing to Python 2.5.x and see if the recursion/segfault goes away? Others running Python 2.6.x: can you try running dabo/ide/ReportDesigner.py and see if you can reproduce the segfault? Paul ___ Post Messages to:

Re: [dabo-users] ReportDesigner segfault

2009-10-14 Thread John
On Wednesday 14 October 2009 03:40:07 pm Carl Karsten wrote: import wx wx.__file__ '/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/__init__.pyc' wx.version() '2.8.9.1 (gtk2-unicode)' You need to update your wxPython to 2.8.10.x. I followed the instructions at

Re: [dabo-users] ReportDesigner segfault

2009-10-14 Thread John
On Wednesday 14 October 2009 03:46:37 pm Paul McNett wrote: Carl: can you try changing to Python 2.5.x and see if the recursion/segfault goes away? Others running Python 2.6.x: can you try running dabo/ide/ReportDesigner.py and see if you can reproduce the segfault? Paul I think if carl

Re: [dabo-users] ReportDesigner segfault

2009-10-14 Thread Paul McNett
John wrote: On Wednesday 14 October 2009 03:46:37 pm Paul McNett wrote: Carl: can you try changing to Python 2.5.x and see if the recursion/segfault goes away? Others running Python 2.6.x: can you try running dabo/ide/ReportDesigner.py and see if you can reproduce the segfault? Paul I

Re: [dabo-users] ReportDesigner segfault

2009-10-14 Thread Carl Karsten
On Wed, Oct 14, 2009 at 5:51 PM, John jfabi...@yolo.com wrote: On Wednesday 14 October 2009 03:46:37 pm Paul McNett wrote: Carl: can you try changing to Python 2.5.x and see if the recursion/segfault goes away? Others running Python 2.6.x: can you try running dabo/ide/ReportDesigner.py and

Re: [dabo-users] ReportDesigner segfault

2009-10-14 Thread John
On Wednesday 14 October 2009 04:04:12 pm Paul McNett wrote: John wrote: On Wednesday 14 October 2009 03:46:37 pm Paul McNett wrote: Carl: can you try changing to Python 2.5.x and see if the recursion/segfault goes away? Others running Python 2.6.x: can you try running

[dabo-users] RD Del/^x not working

2009-10-14 Thread Carl Karsten
I can select object(s), but I can't delete them. tried Del, ^x or Edit/Delete. can't delete text in the xml editor either. but I can replace selected text with a space. good enough for now. -- Carl K ___ Post Messages to: Dabo-users@leafe.com

Re: [dabo-users] strange diff between linux and windows with SQLite

2009-10-14 Thread Adrian Klaver
On Wednesday 14 October 2009 3:00:34 pm John wrote: On Wednesday 14 October 2009 02:51:07 pm Adrian Klaver wrote: On Tuesday 13 October 2009 2:11:28 pm John wrote: On Tuesday 13 October 2009 01:34:08 pm Adrian Klaver wrote: On Tuesday 13 October 2009 12:18:10 pm John wrote: OK I

Re: [dabo-users] strange diff between linux and windows with SQLite

2009-10-14 Thread John
On Wednesday 14 October 2009 05:47:14 pm Adrian Klaver wrote: On Wednesday 14 October 2009 3:00:34 pm John wrote: On Wednesday 14 October 2009 02:51:07 pm Adrian Klaver wrote: On Tuesday 13 October 2009 2:11:28 pm John wrote: On Tuesday 13 October 2009 01:34:08 pm Adrian Klaver wrote: