I have a working wxpy project that I’m trying to convert to Python 3 and wx Phoenix.
The code for using FileConfig now breaks–it appears that the API for ConfigBase & FileConfig’s GetFirstGroup and GetNextGroup have changed (and in ways that seem counterintuitive, too–perhaps there’s an error in the wrapper code?)
Can anyone provide any code using Config for Phoenix?
I have a working wxpy project that I'm trying to convert to Python 3 and
wx Phoenix.
The code for using FileConfig now breaks--it appears that the API for
ConfigBase & FileConfig's GetFirstGroup and GetNextGroup have changed
(and in ways that seem counterintuitive, too--perhaps there's an error
in the wrapper code?)
It was an oversight. I'll reimplement the wxPython version of those methods this evening, and the Get*Entry methods too.
I see that r73811 checked in changes for this and that the buildbot made them. It looks like for ConfigBase, things have returned to the normal wxPython API for GetFirstGroup/GetNextGroup, but for FileConfig, it’s still the unintended GetFirstGroup(self, str, index) API.
I see that r73811 checked in changes for this and that the buildbot made
them. It looks like for ConfigBase, things have returned to the normal
wxPython API for GetFirstGroup/GetNextGroup, but for FileConfig, it's
still the unintended GetFirstGroup(self, str, index) API.