Just a heads up that I'm removing the wx.lib.six module, and have added an installation requirement on the real six module. The reasons that prompted adding it into wx.lib are all pretty much gone, and I don't mind adding dependencies for Phoenix since that is well managed by pip and wheels now. So feel free to use the six module in your library modules or whatever.
The change is done including updating all the existing uses of six. It will get pushed later this evening once a few other things are done.
I’m going to add, however, that I have found very little need for six in writting pyton2/3 compatible code these days. So before you use it, ask yourself if you really need to…
On Thu, Jun 30, 2016 at 9:43 PM, Robin Dunn robin@alldunn.com wrote:
Hi all,
Just a heads up that I’m removing the wx.lib.six module, and have added an installation requirement on the real six module. The reasons that prompted adding it into wx.lib are all pretty much gone, and I don’t mind adding dependencies for Phoenix since that is well managed by pip and wheels now. So feel free to use the six module in your library modules or whatever.
The change is done including updating all the existing uses of six. It will get pushed later this evening once a few other things are done.
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Hi all,
Just a heads up that I'm removing the wx.lib.six module, and
have added an installation requirement on the real six
module. The reasons that prompted adding it into wx.lib are
all pretty much gone, and I don’t mind adding dependencies
for Phoenix since that is well managed by pip and wheels
now. So feel free to use the six module in your library
modules or whatever.
The change is done including updating all the existing uses
of six. It will get pushed later this evening once a few
other things are done.
--
Robin Dunn
Software Craftsman
[http://wxPython.org](http://wxPython.org)
--
You received this message because you are subscribed to
the Google Groups “wxPython-dev” group.
To unsubscribe from this group and stop receiving emails
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
–
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov
–
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,
I’m going to add, however, that I have found very little need for six in writting pyton2/3
compatible code these days. So before you use it, ask yourself if you really need to…