It looks like the latest wxWidgets build has resolved this issue. Thanks for the quick fix.
Wayne On 4/26/2015 8:49 PM, Renato Silva wrote: > The only change was not linking wxWidgets against libtiff anymore, maybe > wxPython needs rebuild too? That library was removed because it is > currently violating GPL, by linking against jbigkit. This was done by > Alexey > <https://github.com/Alexpux/MINGW-packages/commit/1806f3e7d521e34a4023d4e2d5cfeb403d6440f1> > for unknown reason. I think the proper solution is reverting that commit > then adding TIFF support back to wxWidgets. > > > 2015-04-26 19:38 GMT-03:00 Wayne Stambaugh <[email protected] > <mailto:[email protected]>>: > > Has anyone else notice that wxPython no longer loads since the last > update of the wxWidgets package. I noticed this with a recent build of > KiCad? I tried running pycrust and I get the following error: > > $ Traceback (most recent call last): > File "E:/msys64/mingw64/bin/pycrust", line 3, in <module> > from wx.py.PyCrust import main > File > "E:/msys64/mingw64/lib/python2.7/site-packages/wx-3.0-msw/wx/__init__.py", > line 45, in <module> > from wx._core import * > File > "E:/msys64/mingw64/lib/python2.7/site-packages/wx-3.0-msw/wx/_core.py", > line 4, in <module> > import _core_ > ImportError: DLL load failed: The specified procedure could not be > found. > > Did someone change the way wxWidgets is built that is incompatible with > the current wxPython package? I can file a bug report if that is the > preference. I just wanted to make sure it's not just me before > doing so. > > Thanks, > > Wayne > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Msys2-users mailing list > [email protected] > <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/msys2-users > > ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
