Re: Is wxPhoenix dead or just on hiatus?
Werner <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
On 10/14/2015 17:46, Marco Prosperi wrote: ... > - an easy to find phoenix-version wxpython-demo application (where is > it?). With this I could see what is not working and would contribute > to migrate the lib modules I use most The demo is in the repo: https://github.com/wxWidgets/Phoenix/commits/master Note that most work needs to be done in wx.lib, modules which have been worked on (ported, documented) have a tag (e.g.: # Tags: phoenix-port, unittest, documented, py3-port) at the beginning. Code should be changed in a way that it runs on Py2.7 and 3.2+, for this the six library (it is installed with Phoenix) is often used. Modules should have a unittest, even if it is very minimal to start with. Werner -- 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.