Hello,
I found mismatch between contents of wxPython-src-2.9.4.0.tar.bz2 and wxPython2.9-win32-2.9.4.0-py27.exe.
See attached diff. I still searching for other differences.
Niki
wx294-msw.diff (4.38 KB)
Hello,
I found mismatch between contents of wxPython-src-2.9.4.0.tar.bz2 and wxPython2.9-win32-2.9.4.0-py27.exe.
See attached diff. I still searching for other differences.
Niki
wx294-msw.diff (4.38 KB)
niki wrote:
Hello,
I found mismatch between contents of wxPython-src-2.9.4.0.tar.bz2 and
wxPython2.9-win32-2.9.4.0-py27.exe.See attached diff. I still searching for other differences.
--- wx-2.9.4-msw/wx/_controls.py 2012-07-21 13:46:38.000000000 +0300
+++ wxPython-src-2.9.4.0/wxPython/wx/_controls.py 2012-07-21 06:25:13.000000000 +0300
There isn't actually any wxPython/wx/_controls.py in the tarball, that file is copied there as part of the build, and there are a few differences there between platforms. For Windows you should be comparing with wxPython/src/msw/_controls.py in the tarball instead.
--
Robin Dunn
Software Craftsman
Apparently i built it for windows then linux and then made windows install. I promise to not do that again.
Thanks,
Niki
On 24.01.2013 20:46, Robin Dunn wrote:
niki wrote:
Hello,
I found mismatch between contents of wxPython-src-2.9.4.0.tar.bz2 and
wxPython2.9-win32-2.9.4.0-py27.exe.See attached diff. I still searching for other differences.
--- wx-2.9.4-msw/wx/_controls.py 2012-07-21 13:46:38.000000000 +0300
+++ wxPython-src-2.9.4.0/wxPython/wx/_controls.py 2012-07-21
06:25:13.000000000 +0300There isn't actually any wxPython/wx/_controls.py in the tarball, that
file is copied there as part of the build, and there are a few
differences there between platforms. For Windows you should be
comparing with wxPython/src/msw/_controls.py in the tarball instead.