Re: WxPython For Python 3.5.1
Robin Dunn <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
Lázaro Guillermo Pérez Montoto wrote: > Searching in google I found (http://trac.wxwidgets.org/ticket/16561) a > solution to the error > (in my case it worked): > > I only change in: > > sip_corewxNotebook.cpp (1518) > > size_t page; ======> changed for ======> size_t page = 0; > … > sipParseKwdArgs(…) > > i compile again and the the error fixed. > > Do you know if someone else mentioned this problem? > Just happens to python 3.5? The same distribution compiled for 3.4 > runs fine. > Thanks, I see the problem and I'm working on it. It's a bit tricky but should be solvable. -- Robin Dunn Software Craftsman 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 from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.