Re: @robin: wishes

Kevin Ollivier <[email protected]>
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>
> On Nov 11, 2015, at 10:05 AM, Dietmar Schwertberger <[email protected]> wrote:
> 
> Am 11.11.2015 um 04:31 schrieb Kevin Ollivier:
>> As to your MetafileDC problem, I just saw the wxPython-users thread, did you try deleting metafile.sip and sip_corecmodule.cpp and rebuilding after you added the command to ignore wxMakeMetafilePlaceable? To me that problem sounds like it was not regenerating the files properly after the change. Regards, Kevin
> Even when cleaning and re-building each and everything, the references are still in there. Could be due to the fact that either the .ignore() method does not work for functions or that only one of the two overloaded versions is ignored.

Ah, checking the code, it might be that find just returns the first instance of a method it finds, not all of them. There's a findAll method as well that returns a list, so maybe you need to call that instead and then call ignore() on each result in the list?

> When I'm finished with moving my stuff to Python 3 I might investigate that further. Using the Wing IDE debugger with the build.py script should help here. Now that I'm up the the most recent versions of Python and wxPython again, I have some interest in fixing things and staying up-to-date. Previously I moved back from wxPython 3.0 to 2.8 again, as I did not see the point in hunting bugs in an end-of-life development branch...

For Classic in particular, I would say that wxPython 3.0 is almost certainly going to be a clear win over 2.8, regardless of the current development activity. Obviously for Phoenix it needs more holes patched and polish first, but I have used it in projects in the past successfully, so it's mostly a matter of if you have pieces that are still missing in the new bindings.

Regards,

Kevin

> Regards,
> 
> Dietmar
> 
> -- 
> You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.