On Friday, August 19, 2011 09:11:49 am John Fabiani wrote:
> Hi,
> I'm just playing and discovered on my systems (windows, linux) with the
> latest Dabo ClassDesigner is broken:
> From Linux  and python 2.6 I get:
> The program 'python' received an X Window System error.
> This probably reflects a bug in the program.
> The error was 'BadMatch (invalid parameter attributes)'.
>   (Details: serial 4635 error_code 8 request_code 151 minor_code 5)
>   (Note to programmers: normally, X errors are reported asynchronously;
>    that is, you will receive the error a while after causing it.
>    To debug your program, run it with the --sync command line
>    option to change this behavior. You can then get a meaningful
>    backtrace from your debugger if you break on the gdk_x_error() function.
> 
> Of course that for the 'C'  or 'C++' guys.
> 
> 
> 
> From windows / python 2.7 I get:
> 
> No real menu from a right click on the main form/window - just a bunch of
> menuitem's.
> 
> 
> 
> from windows python 2.6 I get after right clicking on the main window:
> 
> Microsoft Windows XP [Version 5.1.2600]
> (C) Copyright 1985-2001 Microsoft Corp.
> 
> C:\Documents and Settings\Administrator>cd \dabo\ide
> 
> C:\dabo\ide>python ClassDesigner.py
> Traceback (most recent call last):
>   File "C:\python26\lib\site-packages\wx-2.8-msw-unicode\wx\_misc.py", line
> 1357
> , in Notify
>     self.notify()
>   File "C:\python26\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
> 1474
> 2, in Notify
>     self.result = self.callable(*self.args, **self.kwargs)
>   File "c:\dabo\dabo\ui\uiwx\dPemMixin.py", line 1347, in update
>     self.raiseEvent(dEvents.Update)
>   File "c:\dabo\dabo\ui\uiwx\dPemMixin.py", line 1045, in raiseEvent
>     super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args,
> **kwargs)
>   File "c:\dabo\dabo\lib\eventMixin.py", line 72, in raiseEvent
>     bindingFunction(event)
>   File "c:\dabo\dabo\ui\uiwx\dPemMixin.py", line 1327, in __onUpdate
>     self.update()
>   File "c:\dabo\dabo\ui\uiwx\dPemMixin.py", line 1347, in update
>     self.raiseEvent(dEvents.Update)
>   File "c:\dabo\dabo\ui\uiwx\dPemMixin.py", line 1045, in raiseEvent
>     super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args,
> **kwargs)
>   File "c:\dabo\dabo\lib\eventMixin.py", line 72, in raiseEvent
>     bindingFunction(event)
>   File "c:\dabo\dabo\ui\uiwx\dPemMixin.py", line 1327, in __onUpdate
>     self.update()
>   File "c:\dabo\dabo\ui\uiwx\dPemMixin.py", line 1347, in update
>     self.raiseEvent(dEvents.Update)
>   File "c:\dabo\dabo\ui\uiwx\dPemMixin.py", line 1045, in raiseEvent
>     super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args,
> **kwargs)
>   File "c:\dabo\dabo\lib\eventMixin.py", line 72, in raiseEvent
>     bindingFunction(event)
>   File "c:\dabo\dabo\ui\uiwx\dPemMixin.py", line 1327, in __onUpdate
>     self.update()
>   File "c:\dabo\dabo\ui\uiwx\dPemMixin.py", line 1347, in update
>     self.raiseEvent(dEvents.Update)
>   File "c:\dabo\dabo\ui\uiwx\dPemMixin.py", line 1045, in raiseEvent
>     super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args,
> **kwargs)
>   File "c:\dabo\dabo\lib\eventMixin.py", line 72, in raiseEvent
>     bindingFunction(event)
>   File "c:\dabo\dabo\ui\uiwx\dPemMixin.py", line 1327, in __onUpdate
>     self.update()
>   File "c:\dabo\dabo\ui\dDataControlMixinBase.py", line 117, in update
>     self.__dataUpdate()
>   File "c:\dabo\dabo\ui\dDataControlMixinBase.py", line 179, in
> __dataUpdate self.Value = srcatt
>   File "c:\dabo\dabo\ui\uiwx\dControlItemMixin.py", line 393, in _setValue
>     self.StringValue = value
>   File "c:\dabo\dabo\ui\uiwx\dControlItemMixin.py", line 367, in
> _setStringValue
> 
>     raise ValueError(_("String must be present in the choices: '%s'") %
> string)
> ValueError: String must be present in the choices: ''
> 
> Johnf

>From Linux openSUSE 11.4, python 2.7 is seems to be working???

Johnf
_______________________________________________
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]

Reply via email to