Re: wx.version() difference between Python2/3
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <54ee8911.450db50a.6a5c.2c07SMTPIN_ADDED_MISSING@gmr-mx.google.com> |
As you can see there should be no diff between the version strings. And it is possible to build wxPhoenix for Python2. user@MONSTER:~$ python -c "import wx;print(wx.version())" 3.0.3.dev1687+e308d98 gtk2 (phoenix) user@MONSTER:~$ python3 -c "import wx;print(wx.version())" 3.0.3.dev1684+6933551 gtk2 (phoenix) But I am not sure how this succuessfull build differs from the other unsucessfull before. ;) I think some system components are involved: python-config (ubuntu-package: python-dev) The scripts in the snapshot and in the sources (build.py, etc) should check the presents of all needed system-components before doing something. If they are not there: give a human readable message about it. -- 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.