gnue-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNUe-dev] gnue-designer and Mandrake10.1


From: Adrian Maier
Subject: Re: [GNUe-dev] gnue-designer and Mandrake10.1
Date: Fri, 25 Feb 2005 08:47:13 +0200
User-agent: Mutt/1.5.5.1i

On Thu, Feb 24, 2005 at 02:54:20PM +0100, Fehér János wrote:
> Hi,
> 
> I'll a bit offtopic.
> 
> 2005-02-24, cs keltezéssel 12.59-kor Adrian Maier ezt írta:
> > The Mandrake folks seem to simply ignore the fact that newer versions
> > are also 'unstable'. In Mandrake 10.1 they've included a weekly 
> > snapshot of ncurses, which simply broken some of my applications 
> > (billing/accounting applications using postgres and ncurses).
> 
> Ehh. I'm not interested in Mdk's business, but I haven't noticed
> any brokage yet. They build the stable branches for the cooker too.
> There can be other reasons. But, do you think the wxPy2.5 is not
> stable enough? When I see http://www.wxpython.org/download.php,
> I can only download the v2.5 ...

> In spite of this they should provide the officially stable packages.
> The situation above is not serious in Mdk.
 
Well, I've been a little mean to say that about Mandrake. Apart
from that problem with ncurses, Mandrake is a great distribution. 

------------- 
I've looked at running gnue-designer with wx2.5 yesterday. 

1. The first error:  it was complaining that it could not find the
   'ascii' codec.  I've set the LC_ALL environment variable to "C"
   and I passed this error.
   
2. The second problem: gnue-designer/src/base/docks/SplitDock.py  
   in the method MySizer.RecalcSizer() :

   a.   size = self.GetSize()  returns an exception saying that it
        is expecting a pointer. I don understand the problem, 
                and I think that it's a problem at the binding level
                between wxPython and wxWindows.
                To pass this exception, i've set the width and height to
                some constants,   and commented that line. 
                
                
   b.   I've been stunned to see that (line 276):
             
                         for child in self.__objects: 
                                 ... bla bla ....

                generates exception (the same exception, with "expecting
                pointer").
                
                But if I change it to:

                     objs = self.__objects
                         n = len(objs)
                         while i<n:
                                 child = objs[i]
                                 ... bla bla ...
                                 i = i+1

            it does NO LONGER generate the exception. 

            I don't understand what is happening. I'm thinking to build and 
            install wxPython 2.5 myself, to be sure that I'm using a correct 
            version of it. 
   

 
Adrian Maier
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]